You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When removing "driver.manage().window().maximize();", then the test starts.
But some of my tests needs maximized browser, as they cannot set focus on items outside the visible browser window.
By the way same error occurs with driver.manage().window().setSize.
Best regards
Torsten
The text was updated successfully, but these errors were encountered:
You wouldn't need invoke either maximize or setSize if edge driver was able to launch edge browser with shortcut (.lnk file). In that case it would be possible to add --start-maximized command line switch to the command line. (As of now unfortunately only msedge.exe is searched for in several folders.)
Hi!
When I run follwing code against my selenium hub:
I get following error:
When removing "driver.manage().window().maximize();", then the test starts.
But some of my tests needs maximized browser, as they cannot set focus on items outside the visible browser window.
By the way same error occurs with driver.manage().window().setSize.
Best regards
Torsten
The text was updated successfully, but these errors were encountered: