How can I minimize the browser window which has been launched via Selenium Webdriver?
Answer Posted / vijay pratap singh
driver.manage().window().setSize(windowMinSize);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of selenium grid?
What are the annotations used in testng?
What are the testing kinds that can be supported by selenium?
Explain about selenium-ide ?
How to print Duplicate values in Drop Down List
What are soft assert and hard assert in selenium?
What are the different Selenium components?
What are some disadvantages of Selenium automation?
Explain how to iterate through options in test script?
Can you run the tests registered with Selenium IDE in other browsers?
How to get a text of a web element?
How can we type text in a textbox element using selenium?
Tell me can selenium handle windows based pop-up?
Firefox driver is class or an interface and from where is it inherited?
What is the difference between the “type” and “typeAndWait” commands?