Framework Mode - Grid setup and configuration
Folder Structure
selenium-python-grid-project/ ├── tests/ │ ├── test_login.py │ └── test_search.py ├── pages/ │ ├── login_page.py │ └── search_page.py ├── utils/ │ ├── grid_manager.py │ └── helpers.py ├── config/ │ ├── config.yaml │ └── browsers.yaml ├── reports/ │ └── test_report.html ├── conftest.py └── requirements.txt