Framework Mode - Default content switching
Folder Structure
selenium-python-project/ ├── tests/ │ ├── test_default_content_switching.py │ └── __init__.py ├── pages/ │ ├── base_page.py │ ├── iframe_page.py │ └── __init__.py ├── utils/ │ ├── driver_factory.py │ └── __init__.py ├── config/ │ ├── config.yaml │ └── __init__.py ├── reports/ │ └── (test reports here) ├── requirements.txt └── pytest.ini