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
Name an api used for reading and writing data to excel files?
What are the limitations of selenium?
Can we edit recorded selenium ide test cases?
Which is the package which is to be imported while working with webdriver?
Do you know how to mouse hover an element in selenium?
For database testing in selenium webdriver what api is required?
How to find whether an element is displayed on the web page?
What is parameterized testing in testng?
What are the advantages of rc?
What are the different types of drivers available on Webdriver ?
What is the difference between "assert" and "verify" commands?
Write a code snippet to launch chrome browser in webdriver.
How a text written in a text field could be cleared?
What is testng and how is it better than junit?
What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?