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 the Dynamic elements in web Application?
What is the use of javascriptexecutor?
What is object repository in selenium webdriver?
How will you verify the specific position of an web element
How to upload a file in selenium webdriver?
What are the significant changes in upgrades in various selenium versions?
What are the different mouse actions that can be performed?
Explain xpath absolute and xpath attributes.
When do we use findelement() and findelements()?
What type of tests have you automated?
Is there a way for me to know all available options when I start selenium server?
What selenese command and argument can be used to transfer the value of a javascript variable into a side variable?