Quoting JC Hearn <[EMAIL PROTECTED]>:

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.

That is indeed very strange. I'm not sure what could be causing it. Perhaps because your application's frameset is nested inside a Selenium <iframe>, the browser is applying Selenium's stylesheet to your frameset?! I'm just guessing, here (actually, "grasping at straws" might be more accurate).

Be warned: if you manage to get past this current hurdle, you'll almost certainly hit another one. Selenium currently DOES NOT SUPPORT framed applications.

--
cheers, Mike


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


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

Reply via email to