Featured
-
No Featured Found!
Tags
How to handle multiple windows in selenium
Most of the time when on any action, a new window is opened then the control remains on the first window but the element is on the second window, so we receives an error message that "element not found". In this case we have to move the control e...
How to maximize window in selenium
Selenium whenever launches a browser, it is not in maximize form. To maximize the window use the following code:
driver.manage().window().maximize();
Eg:
WebDriver driver = new FirefoxDriver();
driver.navigate().to("http://www.hdfcbank....