ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

RemoteWebDriver window size limit #873

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implementation: Selenium RemoteWebDriver for Google Chrome on a Windows machine 
with a Linux VM hosting the hub.

Issue: Window size does not exceed 1040 pixel width. I am using the Selenium 
Webdriver 2.42.2 Java bindings. 

The following methods have been tested:
1) driver.manage().window().setSize()
2) Adding a "--window-size" switch to DesiredCapabilities' options
3) Resizing the window with Javascript window.open() command via 
JavaScriptExecutor

Each of them resize the driver's window, but not any larger than 1040 pixels.

Original issue reported on code.google.com by michaela...@gmail.com on 7 Aug 2014 at 5:50

GoogleCodeExporter commented 9 years ago
Hi! 
Did you find out what causes this behavior? 
I'm experiencing the same issue now...

Original comment by igoro1...@gmail.com on 27 Oct 2014 at 7:31

GoogleCodeExporter commented 9 years ago
I did not resolve this issue unfortunately. Our team decided to halt 
investigation with Remote WebDriver and continue testing with local and 
headless instances of Firefox WebDriver. 

Original comment by michaela...@gmail.com on 27 Oct 2014 at 12:37

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:18