Window Chaining | Selenium Forum
M
Posted on 25/11/2015
How can I handle more than 2 windows? Example: Parent Window A -> Click on a link to open Window B --> On Window B, click on a link to open Window C and so on. What if there are 10 child windows? How do we handle that case?

M
Replied on 25/11/2015

switch to will work with all 10 windows.