Framework Mode - Confirmation alert handling
Folder Structure
selenium-python-project/ ├── tests/ │ ├── test_confirmation_alert.py │ └── __init__.py ├── pages/ │ ├── base_page.py │ ├── alert_page.py │ └── __init__.py ├── utils/ │ ├── driver_factory.py │ ├── wait_utils.py │ └── __init__.py ├── config/ │ ├── config.yaml │ └── __init__.py ├── reports/ │ └── (test reports here) ├── conftest.py └── requirements.txt