Framework Mode - Headless browser execution
Folder Structure
selenium_project/ ├── tests/ │ ├── test_login.py │ └── test_search.py ├── pages/ │ ├── base_page.py │ ├── login_page.py │ └── search_page.py ├── utils/ │ ├── browser_factory.py │ └── config_reader.py ├── config/ │ ├── config.yaml │ └── credentials.yaml ├── reports/ │ └── test_report.html ├── conftest.py └── requirements.txt