selenium --start-maximized will not maximize. maximize() function throws exception.
Reported by
wyattbiker@gmail.com,
Aug 14
|
||
Issue descriptionUserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 Steps to reproduce the problem: See https://github.com/facebook/php-webdriver Install PHP 7.2 Install Chromium or Canary Install selenium Mac OS X (run it selenium-start) Install Facebook php-webdriver. What is the expected behavior? Should maximize when using --start-maximized option or $driver->manage()->window()->maximize() What went wrong? Does not maximize when using --start-maximized Exception when using $driver->manage()->window()->maximize(); See code Did this work before? N/A Does this work in other browsers? N/A Chrome version: Version 70.0.3522.0 (Official Build) canary (64-bit) Channel: canary OS Version: OS X 10.13.6 Flash Version: This code works fine with regular Chrome.
,
Aug 15
Hi, thanks for the report. I'm not sure if there's anything actionable here from the Chromium side; it sounds like an issue with Selenium or WebDriver. If you manage to narrow it down to the interaction breaking down on the Chromium side, please reopen this with details.
,
Aug 15
Well works with Chrome. So I thought that shows its not Webdriver. |
||
►
Sign in to add a comment |
||
Comment 1 by swarnasree.mukkala@chromium.org
, Aug 15