Framework Mode - Double click
Folder Structure
selenium-python-project/ ├── src/ │ ├── pages/ │ │ └── example_page.py │ ├── tests/ │ │ └── test_double_click.py │ ├── utils/ │ │ └── helpers.py │ └── config/ │ └── config.yaml ├── requirements.txt └── pytest.ini