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
How are web-based pop-ups handled in selenium?
What are the types of text patterns available in selenium?
What happen if you mix both thread.sleep and webdriver waits in a selenium script?
How do perform drag and drop using selenium webdriver?
Which automation tools can be used for post-launch validation with continuous integration?
What are the advantages of page object model framework?
How to handle browser (chrome) notifications in selenium?
What are the capabilities of selenium webdriver or selenium 2.0?
Explain dataproviders in testng using an example. Can I call a single data provider method for multiple functions and classes?
What are the junits annotation linked with selenium?
Explain selenium waitfor commands ?
Give the example for method overload in webdriver.
Can WebDriver test mobile applications?
How to create and run testng.xml?
Write the code for reading and writing to excel through selenium?