pytest-selenium-demo/ ├─ README.md ├─ requirements.txt ├─ pytest.ini ├─ Jenkinsfile ├─ conftest.py ├─ tests/ │ ├─ test_login.py │ └─ test_search.py ├─ pages/ │ ├─ base_page.py │ └─ login_page.py ...
If you're not using macOS with ARM64 architecture or a Selenium version below 4.24.0, please upload the appropriate driver corresponding to your OS to the resources directory.