Framework Mode - XPath with attributes
Folder Structure
selenium_python_project/ ├── src/ │ ├── pages/ │ │ └── login_page.py │ ├── tests/ │ │ └── test_login.py │ ├── utils/ │ │ └── helpers.py │ └── config/ │ └── config.yaml ├── drivers/ │ └── chromedriver.exe ├── reports/ │ └── test_report.html ├── requirements.txt └── pytest.ini