The --start-maximised flag is a good workaround for now
> --
> You received this message because you are subscribed to the Google Groups "webdriver" group.
> 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.
>
The ChromeDriver doesn't currently support this API - I've filed a
tracking bug for this:
https://code.google.com/p/selenium/issues/detail?id=3145
require 'selenium-webdriver'driver = Selenium::WebDriver.for :chromedriver.manage.window.resize_to 800,600driver.manage.window.move_to 0,0