Framework Mode - Browser profile configuration
Folder Structure
selenium-python-project/ ├── src/ │ ├── pages/ │ │ └── login_page.py │ ├── tests/ │ │ └── test_login.py │ ├── utils/ │ │ └── browser_factory.py │ └── config/ │ ├── config.yaml │ └── credentials.yaml ├── reports/ │ └── test_report.html ├── requirements.txt └── pytest.ini