Example of Handling Multiple Browser Windows in Selenium WebDriver
Selenium WebDriver software testing tool has built in “WebDriver.switchTo().window()” method available to switch from one window to another window so it is very easy to handle multiple windows in webdriver. If you remember, We can use “selectWindow” window command in selenium IDE software testing tool to select another window. If window do not have any title or both … Read more