Skip to content

Commit f389718

Browse files
authored
Merge pull request #132 from seleniumbase/masterqa-update
MasterQA update: Full-screen mode now off by default
2 parents 9a87ab7 + 7595348 commit f389718

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

server_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='seleniumbase',
11-
version='1.4.13',
11+
version='1.4.14',
1212
description='Web Automation & Testing Framework - http://seleniumbase.com',
1313
long_description='Web Automation and Testing Framework - seleniumbase.com',
1414
platforms='Mac * Windows * Linux * Docker',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='seleniumbase',
11-
version='1.4.13',
11+
version='1.4.14',
1212
description='Web Automation & Testing Framework - http://seleniumbase.com',
1313
long_description='Web Automation and Testing Framework - seleniumbase.com',
1414
platforms='Mac * Windows * Linux * Docker',

0 commit comments

Comments
 (0)