How can I minimize the browser window which has been launched via Selenium Webdriver?
Answer Posted / roopachowdary
Driver.manage().window().minimize()
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
List the different types of drivers in webdriver.
What is selenium? What are the different selenium components?
How to test ajax application with selenium?
Is there an htmlunitdriver for .net?
What kinds of tests can be run with the selenium framework?
What selenese command and argument can be used to transfer the value of a javascript variable into a side variable?
How to check which option in the dropdown is selected?
How many exemptions do you know in selenium webdriver?
Explain how you can switch between frames?
How to skip a method or a code block in testng?
What is the difference b/w close () and quit ()?
Explain how you can handle colors in web driver?
How to developer selenium test cases?
How is driver.close()command different from driver.quit command?
How do perform drag and drop using webdriver?