How to resize browser window using selenium webdriver?
Answer / sowjanya
to resize a window
driver.manage().window().setSize(100,300);
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the command line we have to write inside a .bat file to execute a selenium project when we are using testng?
What is the difference between page object model (pom) and page factory?
Who is the best faculty for selenium in twin cities (Hyderabad/secundrabad)
How to do drag and drop in selenium?
What type of tests have you automated?
What is the selenium ide and what is it used for?
How to assert title of the web page?
What kind of mouse actions can be performed in selenium?
What is the use of selenium grid?
What is an XPath?
How can we deal with pop-up windows based on?
Tell me can selenium handle windows based pop-up?