Framework Mode - iFrame switching (switch_to.frame)
Folder Structure
selenium_project/ ├── src/ │ ├── pages/ │ │ └── iframe_page.py │ ├── tests/ │ │ └── test_iframe_switching.py │ ├── utils/ │ │ └── driver_manager.py │ └── config/ │ └── config.yaml ├── reports/ │ └── test_report.html ├── requirements.txt └── pytest.ini