Environment (please complete the following information):
Describe the bug
Error: An unknown server-side error occurred while processing the command.
at windowHandleMaximize() - index.js:312:3
fails the test
To Reproduce
Steps to reproduce the behavior:
with given setup as above
browser.windowHandleMaximize()
Expected behavior
browser should maximize the window
Log
If applicable, add logs to help explain your problem.
Create a gist which is a paste of your _full_ Selenium/WebdriverIO logs, and link them here. Do _not_ paste your full Appium logs here, as it will make this issue very long and hard to read! If you are reporting a bug, _always_ include Selenium/WebdriverIO logs!
ChromeDriver 2.44
Supports Chrome v69-71
Fixed WindowMaximize on Mac
Fixed Incorrect 'alert open error' for window handle call
Fixed Element Send Keys should get "text" property in W3C mode
Fixed XML special case of Is Element Enabled is not handled as per spec
Fixed XML special case of Get Element CSS Value is not handled as per spec
Fixed Set Window Rect needs to check for invalid input
Fixed Support new unhandledPromptBehavior modes
Most helpful comment
ChromeDriver 2.44
Supports Chrome v69-71
Fixed WindowMaximize on Mac
Fixed Incorrect 'alert open error' for window handle call
Fixed Element Send Keys should get "text" property in W3C mode
Fixed XML special case of Is Element Enabled is not handled as per spec
Fixed XML special case of Get Element CSS Value is not handled as per spec
Fixed Set Window Rect needs to check for invalid input
Fixed Support new unhandledPromptBehavior modes