Framework Mode - Custom expected conditions
Folder Structure
selenium_project/ ├── tests/ │ ├── test_login.py │ └── test_dashboard.py ├── pages/ │ ├── login_page.py │ └── dashboard_page.py ├── expected_conditions/ │ └── custom_conditions.py ├── utils/ │ ├── browser_factory.py │ └── helpers.py ├── config/ │ ├── config.yaml │ └── credentials.yaml ├── conftest.py └── requirements.txt