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 desiredcapabilities in selenium webdriver?
How to click on a hyper link using linktext?
How to take screenshots in selenium webdriver?
What regular expression special character(s) means "any character?"
How to scroll down to a particular element?
How to get typed text from a textbox?
What are some of the different ways to find an element using selenium as a tool?
Name an api used for logging in java?
How do you Upload or Download a File in Web Application?
Explain the meaning of the statement in Selenium and what are the types of assertion?
What programming languages does Selenium use?
What selenese command and argument can be used to transfer the value of a javascript variable into a side variable?