Skip to content

Commit 31ab05d

Browse files
committed
removing webdriver opt setting window size
1 parent 0aa2efa commit 31ab05d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

selenium_tests/src/test_python_sample.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def setup_method(self, method):
2828
opt.add_argument("--disable-popup-blocking")
2929
opt.add_argument("--enable-javascript")
3030
opt.add_argument('--allow-insecure-localhost')
31-
opt.add_argument('--window-size=1920,1080')
3231
opt.add_argument("--whitelisted-ips=''")
3332

3433
# opt.add_argument('--headless')

0 commit comments

Comments
 (0)