We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa2efa + 31ab05d commit 63803a8Copy full SHA for 63803a8
1 file changed
selenium_tests/src/test_python_sample.py
@@ -28,7 +28,6 @@ def setup_method(self, method):
28
opt.add_argument("--disable-popup-blocking")
29
opt.add_argument("--enable-javascript")
30
opt.add_argument('--allow-insecure-localhost')
31
- opt.add_argument('--window-size=1920,1080')
32
opt.add_argument("--whitelisted-ips=''")
33
34
# opt.add_argument('--headless')
0 commit comments