Skip to content

Commit

Permalink
removing webdriver opt setting window size (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
JFU-NAVA-PBC committed Sep 23, 2024
1 parent d559e6b commit 5a79028
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/integration_tests/selenium_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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=''")

self.driver = webdriver.Remote(
Expand Down

0 comments on commit 5a79028

Please sign in to comment.