You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help_docs/how_it_works.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Here's what a full test might look like:
24
24
25
25
```python
26
26
from seleniumbase import BaseCase
27
+
BaseCase.main(__name__, __file__)
27
28
28
29
classTestMFALogin(BaseCase):
29
30
deftest_mfa_login(self):
@@ -75,9 +76,7 @@ pytest -k agent
75
76
76
77
*``--sjw`` --> Skip JS Waits, which include ``wait_for_ready_state_complete()`` and ``wait_for_angularjs()``.
77
78
78
-
(NOTE: Those command-line options were added in SeleniumBase ``4.2.0``. Using both could lead to a 15% increase in test speed, but it could also lead to flaky tests, so use with caution.)
0 commit comments