Framework Mode - Selenium installation (pip install selenium)
Folder Structure
selenium_project/ ├── tests/ │ └── test_example.py ├── pages/ │ └── base_page.py ├── utils/ │ └── helpers.py ├── config/ │ └── config.yaml ├── requirements.txt └── README.md