How to resize browser window using selenium webdriver?
Answer Posted / sowjanya
to resize a window
driver.manage().window().setSize(100,300);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why to choose python over java in selenium?
How you can convert any selenium ide tests from selenese to another language?
Is there an htmlunitdriver for .net?
List out the technical challenges with selenium?
What api is required for database testing in selenium webdriver?
How to verify tooltip text using selenium?
While using click command can you use screen coordinate?
What is the difference between “/” and “XPath //”?
Does the selenium have any limitations?
How can we deal with pop-up windows based on?
What is exception test in selenium?
How to fetch the current page url in selenium?
what is the difference between absolute path and relative path?
How selenium grid works?
What test can selenium do?