Framework Mode - Explicit waits (WebDriverWait)
Folder Structure
selenium-python-project/
├── src/
│ ├── pages/
│ │ ├── __init__.py
│ │ └── login_page.py
│ ├── tests/
│ │ ├── __init__.py
│ │ └── test_login.py
│ ├── utils/
│ │ ├── __init__.py
│ │ └── wait_helpers.py
│ └── config/
│ ├── __init__.py
│ └── settings.py
├── requirements.txt
└── pytest.ini