Framework Mode - Click and hold
Folder Structure
selenium_python_project/
├── src/
│ ├── pages/
│ │ └── draggable_page.py
│ ├── tests/
│ │ └── test_click_and_hold.py
│ ├── utils/
│ │ └── helpers.py
│ └── config/
│ └── config.yaml
├── requirements.txt
└── pytest.ini