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
Name an api used for logging in java?
How you can handle frames using selenium 2.0?
What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?
If the test case frame contains several test cases, how can one execute just the selected one of those test cases?
What programming languages are you able to use in selenium rc?
What are the limitations of using selenium as a test tool?
What are the capabilities of selenium ide?
Tell me how can you insert a start point in selenium ide?
From selenium ide how you can execute a single line?
Tell me how you can capture server side log selenium server?
What are some advantages of selenium grid?
Explain about selenium-grid ?
Give an example of the languages supported by webdriver?
What are the different Selenium components?
Which web driver implementation is fastest?