Skip to content

Commit 1b1e4d6

Browse files
committed
Update default browser window sizes
1 parent b0225c0 commit 1b1e4d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

seleniumbase/config/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@
106106
# Default browser resolutions when opening new windows for tests.
107107
# (Headless resolutions take priority, and include all browsers.)
108108
# (Firefox starts maximized by default when running in GUI Mode.)
109-
CHROME_START_WIDTH = 1250
110-
CHROME_START_HEIGHT = 825
109+
CHROME_START_WIDTH = 1280
110+
CHROME_START_HEIGHT = 840
111111
HEADLESS_START_WIDTH = 1440
112-
HEADLESS_START_HEIGHT = 1875
112+
HEADLESS_START_HEIGHT = 1880
113113

114114
# #####>>>>>----- MasterQA SETTINGS -----<<<<<#####
115115
# ##### (Used when importing MasterQA as the parent class)

0 commit comments

Comments
 (0)