Framework Mode - Fluent waits
Folder Structure
selenium_python_project/
├── tests/
│ ├── test_login.py
│ ├── test_search.py
│ └── test_checkout.py
├── pages/
│ ├── base_page.py
│ ├── login_page.py
│ └── search_page.py
├── utils/
│ ├── wait_utils.py
│ └── logger.py
├── config/
│ ├── config.yaml
│ └── credentials.yaml
├── conftest.py
└── requirements.txt