How to resize browser window using selenium webdriver?



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

Post New Answer

More Selenium Interview Questions

How do you get the width of the textbox?

0 Answers  


Explain how you can insert a start point in selenium ide?

0 Answers  


List the different testing types supported by selenium.

1 Answers  


How can we select elements by their attribute value using css selector?

0 Answers  


Can you use Selenium to test the Rest API or Web services?

0 Answers  






Why should testers opt for selenium and not qtp?

0 Answers  


Difference between @findByMethod and @findelement?

3 Answers   HCL,


Have you used any crossbrowsertesting tool to run selenium scripts on cloud?

0 Answers  


Tell me does the selenium have any limitations?

0 Answers  


Name an api used for reading and writing data to excel files?

0 Answers  


What is the use of logging in automation?

0 Answers  


Explain how you can handle frames using selenium 2.0?

0 Answers  


Categories