Skip to content

Commit 8e95a0f

Browse files
committed
Don't use full-screen mode by default with MasterQA
1 parent 9a87ab7 commit 8e95a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
MASTERQA_WAIT_TIME_BEFORE_VERIFY = 1.0
8888

8989
# If True, the automation will start in full-screen mode
90-
MASTERQA_START_IN_FULL_SCREEN_MODE = True
90+
MASTERQA_START_IN_FULL_SCREEN_MODE = False
9191

9292
# The maximimum idle time allowed (in seconds) before timing out and exiting
9393
MASTERQA_MAX_IDLE_TIME_BEFORE_QUIT = 600

0 commit comments

Comments
 (0)