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.
We've seen this too, though only in IE: Firefox works handily. Also, if you just refresh your page in IE after the initial crazy draw, the framesets redraw normally. I suspect an IE "feature", though I haven't put any time into debugging ;) I'll be interested to hear if you figure it out though. Quoting Mike Williams: > 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. It's cool to post frameset questions/problems/solutions even though Selenium doesn't officially support them though, right? We have a heavily framed site, so I for one am interested in frameset posts... plus I have some experience adapting Selenium in that direction, and might be able to offer ideas. Elaine -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Williams Sent: Wednesday, November 02, 2005 2:52 PM To: [email protected] Subject: Re: [Selenium-devel] Frameset problems > 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 [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel _______________________________________________ Selenium-devel mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel
