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 does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
What are the verification points available in selenium?
Which is the only browser that supports selenium ide to be used?
How to install use TestNG in selenium webdriver ?
What is the use of deselect all () method?
What test can selenium perform?
How to perform right click using webdriver?
How to use frame elements in Selenium on a page?
Which is the command used for displaying the values of a variable into the output console or log?
Tell me how can you insert a start point in selenium ide?
How a text written in a text field could be cleared?
How to deal with frame in webdriver?