Framework Mode - Right click (context_click)
Folder Structure
selenium-python-project/
├── src/
│ ├── pages/
│ │ └── context_menu_page.py
│ ├── tests/
│ │ └── test_context_click.py
│ ├── utils/
│ │ └── helpers.py
│ └── config/
│ └── config.py
├── requirements.txt
└── pytest.ini