aspose file tools
The moose likes Testing and the fly likes selenium question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "selenium question" Watch "selenium question" New topic
Author

selenium question

Tony Evans
Ranch Hand

Joined: Jun 29, 2002
Posts: 521
Selenium handles odinary browser windows


Popup windows


But can Selenium handle a javascript overlay window

Thanks for any help

Tony
s lekkala
Greenhorn

Joined: Jul 25, 2011
Posts: 14
Hi Tony,

Selenium can handle javascript overlay window as
selenium.selectFrame(elements.get("RELATIVEUP"));
selenium.selectFrame(elements.get("REQUESTWARNING_IFRAME"));
OR
selenium.selectWindow(elements.get("REQUESTWARNING_IFRAME"));

Regards,
seenu...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: selenium question
 
Similar Threads
Need a opensource Automation Testing Tool
selenium testing using gwt
Selenium - SystemRoot apparently not set
JUnit Threads still running after test ends
Having Problems with Seleinum Rc