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
How you can use recovery scenario with selenium?
what is the difference between absolute path and relative path?
Tell me the meaning of assertion in selenium and what are the types of assertion?
What is the wait? How many types of waits in selenium?
How to highlight element using selenium webdriver?
What is the syntax of finding elements by id using css selector?
What is the reason to use the selenium grid?
What is the difference between driver.close() and driver.quit() methods?
How can we deal with web-based pop-up?
What are the different types of drivers available in webdriver?
Write a code snippet to navigate back and forward in browser history?
How will u write page object models and data driven model.
When should I use Selenium IDE?
How to print Duplicate values in Drop Down List
Differentiate between ‘/’ and ‘//’.