Skip to content

Commit aae9c95

Browse files
committed
Update constants
1 parent d441930 commit aae9c95

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ class VisualBaseline:
3939
STORAGE_FOLDER = "visual_baseline"
4040

4141

42+
class Values:
43+
# Demo Mode has slow scrolling to see where you are on the page better.
44+
# However, a regular slow scroll takes too long to cover big distances.
45+
# If the scroll distance is greater than SSMD, a slow scroll speeds up.
46+
SSMD = 900 # Smooth Scroll Minimum Distance (for advanced slow scroll)
47+
48+
4249
class JQuery:
4350
VER = "3.4.1"
4451
MIN_JS = (

0 commit comments

Comments
 (0)