Skip to content

Commit

Permalink
removing webdriver opt window size setting
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Sep 17, 2024
1 parent fb3b4e7 commit 8c78490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selenium_tests/src/test_node_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def setup_method(self, method):
opt.add_argument("--disable-popup-blocking")
opt.add_argument("--enable-javascript")
opt.add_argument('--allow-insecure-localhost')
opt.add_argument('--window-size=1920,1080')
opt.add_argument("--whitelisted-ips=''")

# opt.add_argument('--headless')
Expand Down

0 comments on commit 8c78490

Please sign in to comment.