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 9ea6f6e commit 9713e77Copy full SHA for 9713e77
seleniumbase/config/settings.py
@@ -76,9 +76,9 @@
76
# The default message that appears when you don't specify a custom message
77
MASTERQA_DEFAULT_VALIDATION_MESSAGE = "Does the page look good?"
78
79
-# The time delay (in seconds) before the validation pop-up appears
80
-# This value can be overwritten on the command line. Ex: --verify_delay=0.5
81
-MASTERQA_WAIT_TIME_BEFORE_VERIFY = 0.75
+# The time delay (in seconds) before the MasterQA validation pop-up appears.
+# This value can be overwritten on the command line. Ex: --verify_delay=1.0
+MASTERQA_WAIT_TIME_BEFORE_VERIFY = 0.5
82
83
# If True, the automation will start in full-screen mode
84
MASTERQA_START_IN_FULL_SCREEN_MODE = False
0 commit comments