I am very new to Selenium. I am investigating to
determine if Selenium will work for testing our web
application.

Our application uses HTML frames. When a document
loads in frame B, it refers to objects in frame A
using syntax like top.frameA.object. 

When my Selenium test runs, it loads the first page to
be tested, which consists of frames A and B. But when
the code in frame B tries to refer to
top.frameA.object, the object cannot be found, since
"top" refers to the entire Selenium test window, and
not the "top" of our application's two frames.

Is there a way to have Selenium load our application
in a separate window, so the application's references
to "top" will refer to the application's "top" and not
Selenium's "top" ?

Thank you,

Jeri



                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to