Using Selenium Webdriver,
I want switch between parent and child windows, but I'm not able to get the script to focus on child window. It is not working. Anybody having suggestions to find the solution?
IAmMilinPatel
7,7667 gold badges44 silver badges68 bronze badges
-
1Welsome to SQA. If you can expand on your question you are more likely to get a useful answer. Can you include your code so we can see what is going on?Dan Snell– Dan Snell2013年07月05日 18:51:58 +00:00Commented Jul 5, 2013 at 18:51
-
Possible duplicate of Selenium Webdriver : parent login window closes after login and child window opensNarendra Chandratre– Narendra Chandratre2016年07月28日 04:01:24 +00:00Commented Jul 28, 2016 at 4:01
1 Answer 1
This is docs from seleniumhq explaining exactly what you want, if I'm correct.
answered Jul 5, 2013 at 13:03
default