How to resize browser window using selenium webdriver?
Answer / sowjanya
to resize a window
driver.manage().window().setSize(100,300);
| Is This Answer Correct ? | 0 Yes | 0 No |
What are junit annotations?
Explain using webdriver how you can perform double click?
Explain what can cause a selenium ide test to fail?
How can we deal with pop-up windows based on?
How do you get the attribute of the web element?
what are the four parameters that have to be passed to selenium?
In selenium ide how you can generate random numbers and dates for test data?
How to run test case traced by employing ide in browsers?
What is the syntax of finding elements by id using css selector?
What are the prerequisites to run selenium webdriver?
How can I learn to automate testing using selenium?
What are the advantages of pom (page object model)?