| 1 | """ The main purpose of this file is to demonstrate running SeleniumBase |
| 2 | scripts without the use of Pytest by calling the script directly |
| 3 | with Python or from a Python interactive interpreter. |
| 4 | Based on whether relative imports work or don't work, this script |
nothing calls this directly
no test coverage detected