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

what are the Dynamic elements in web Application?

2 Answers   Eton, HCL,


What is the use of javascriptexecutor?

0 Answers  


What is object repository in selenium webdriver?

0 Answers  


How will you verify the specific position of an web element

0 Answers  


How to upload a file in selenium webdriver?

0 Answers  






What are the significant changes in upgrades in various selenium versions?

0 Answers  


What are the different mouse actions that can be performed?

0 Answers  


Explain xpath absolute and xpath attributes.

0 Answers  


When do we use findelement() and findelements()?

0 Answers  


What type of tests have you automated?

0 Answers  


Is there a way for me to know all available options when I start selenium server?

0 Answers  


What selenese command and argument can be used to transfer the value of a javascript variable into a side variable?

0 Answers  


Categories