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 |
in real time, where do u log defects using selenium?
Tell me in which format does source view show the script in selenium ide?
what is assertion in selenium and what are the types of assertion?
Enlist the components of selenium.
Have you created any framework?
What is the syntax of finding elements by id using css selector?
How do you handle alert popup?
How do you simulate browser back and forward?
How you can insert a start point in selenium ide?
How can we create an object repository in selenium?
How to set the size of browser window using selenium?
What is difference between qtp and selenium?