Please give me an example java code to open a popup and move RC control to popup.
is there any way to come back on main window after checking some element ...
I have few questions on this as selenium always need windowid to get control over popup.
1-What is the best way to get the windowid of any popup.
3-is it necessary that we ...
I'm trying to test a page where clicking a button generates a popup that's in PDF form.
I'd like selenium to click on the popup and either take a screenshot of the ...
I got problem with Selenium on my website.
Scenario:
1. Selenium login to site
2. Selenium press on button
3. Window with confirmation appears (example: http://i.piccy.info/i5/17/00/1760017/popup.jpg)
4. But after this, Selenium just hangs. ...