We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a5467 commit fb529dfCopy full SHA for fb529df
web/regression/runtests.py
@@ -306,7 +306,9 @@ def setup_webdriver_specification(arguments):
306
driver_local = webdriver.Chrome(options=options)
307
308
# maximize browser window
309
- driver_local.maximize_window()
+ # commenting this as github actions are failing
310
+ # https://issues.chromium.org/issues/394760806
311
+ # driver_local.maximize_window()
312
return driver_local
313
314
0 commit comments