Using Selenium WebDriver with JAVA.
I am trying to automate a functionality where I have to open a new tab do some operations there and come back to previous tab (Parent).
I
This method helps in switching between multiple windows. The restricting problem with this method is that it can only be used so many times until the required window is reached. Hope it helps.