Framework Mode - Click actions
Folder Structure
my_selenium_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