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 1f784fa commit 7386f15Copy full SHA for 7386f15
seleniumbase/config/settings.py
@@ -60,7 +60,7 @@
60
# Default time to wait after each browser action performed during Demo Mode.
61
# Use Demo Mode when you want others to see what your automation is doing.
62
# Usage: "--demo_mode". (Can be overwritten by using "--demo_sleep=TIME".)
63
-DEFAULT_DEMO_MODE_TIMEOUT = 1.0
+DEFAULT_DEMO_MODE_TIMEOUT = 0.5
64
65
# Number of times to repeat the demo_mode highlight animation.
66
# Each loop is about 0.18 seconds. (Override by using "--highlights=TIMES".)
0 commit comments