Skip to content

Commit 0e3c3ee

Browse files
committed
Remove unused config variable
1 parent fce3548 commit 0e3c3ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

seleniumbase/config/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
'''
5454
WAIT_FOR_ANGULARJS = True
5555

56-
# Option to start Chrome in full screen mode by default
57-
START_CHROME_IN_FULL_SCREEN_MODE = False
58-
5956
# Default time to wait after each browser action performed during Demo Mode.
6057
# Use Demo Mode when you want others to see what your automation is doing.
6158
# Usage: "--demo_mode". (Can be overwritten by using "--demo_sleep=TIME".)

0 commit comments

Comments
 (0)