We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0225c0 commit 1b1e4d6Copy full SHA for 1b1e4d6
seleniumbase/config/settings.py
@@ -106,10 +106,10 @@
106
# Default browser resolutions when opening new windows for tests.
107
# (Headless resolutions take priority, and include all browsers.)
108
# (Firefox starts maximized by default when running in GUI Mode.)
109
-CHROME_START_WIDTH = 1250
110
-CHROME_START_HEIGHT = 825
+CHROME_START_WIDTH = 1280
+CHROME_START_HEIGHT = 840
111
HEADLESS_START_WIDTH = 1440
112
-HEADLESS_START_HEIGHT = 1875
+HEADLESS_START_HEIGHT = 1880
113
114
# #####>>>>>----- MasterQA SETTINGS -----<<<<<#####
115
# ##### (Used when importing MasterQA as the parent class)
0 commit comments