Hi All,
By using below command you can maximize the browser window
driver.manage().window().maximize();
cheers,
uthota
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To view this discussion on the web visit https://groups.google.com/d/msg/webdriver/-/0ejooVGsMHoJ.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
DesiredCapabilities caps = DesiredCapabilities.opera()
caps.setCapability("opera.arguments", "-nowin -nomail -fullscreen");
return new OperaDriver(caps)
See:
http://code.google.com/p/selenium/wiki/OperaDriver
and
The difference between full screen and maximised are…
Here's a post where I talk out a few solutions that have worked for me.https://groups.google.com/d/msg/selenium-users/1KYLzNY5GcM/_QzxsxcNQgwJ
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To view this discussion on the web visit https://groups.google.com/d/msg/webdriver/-/sgsgQpjUah8J.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.