Hi, all.

 

We are trying to test an application which has a frameset which contains some _javascript_ (in the actual frameset file).  That last fact (contains _javascript_) seems to freak out selenium.  What happens is the frames become ridiculously sized (millions of pixels wide) and there is duplication between framesets.

 

It can be as little as just <script></script> and we get the error.

 

I set up the most basic example frameset and test, and got the error:

 

Frameset:

<html>

<head>

<title>Untitled Document</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

 

<script>

 

</script>

 

<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">

  <frame name="topFrame" scrolling="NO" noresize src="" >

  <frame name="mainFrame" src="">

</frameset>

<noframes><body bgcolor="#FFFFFF" text="#000000">

 

</body></noframes>

</html>

 

Test:

<table width="75%" border="1">

  <tr>

    <td colspan=3>Frames</td>

  </tr>

  <tr>

    <td>open</td>

    <td>test_frame.htm</td>

    <td>&nbsp;</td>

  </tr>

</table>

 

 

 

Any help will be appreciated.

 

_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to