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 d441930 commit aae9c95Copy full SHA for aae9c95
seleniumbase/fixtures/constants.py
@@ -39,6 +39,13 @@ class VisualBaseline:
39
STORAGE_FOLDER = "visual_baseline"
40
41
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
49
class JQuery:
50
VER = "3.4.1"
51
MIN_JS = (
0 commit comments