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 6e710d6 commit 39a008fCopy full SHA for 39a008f
apps/integration_tests/selenium_generic.py
@@ -66,6 +66,8 @@ def setup_method(self, method):
66
opt.add_argument("--enable-javascript")
67
opt.add_argument('--allow-insecure-localhost')
68
opt.add_argument("--whitelisted-ips=''")
69
+ opt.add_argument("--window-size=1920,1080")
70
+ opt.add_argument("--headless")
71
72
self.driver = webdriver.Remote(
73
command_executor='http://chrome:4444/wd/hub', options=opt)
0 commit comments