Skip to content

Commit 5a79028

Browse files
authored
removing webdriver opt setting window size (#1248)
1 parent d559e6b commit 5a79028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/integration_tests/selenium_generic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def setup_method(self, method):
6565
opt.add_argument("--disable-popup-blocking")
6666
opt.add_argument("--enable-javascript")
6767
opt.add_argument('--allow-insecure-localhost')
68-
# opt.add_argument('--window-size=1920,1080')
6968
opt.add_argument("--whitelisted-ips=''")
7069

7170
self.driver = webdriver.Remote(

0 commit comments

Comments
 (0)