Framework Mode - Drag and drop
Folder Structure
project-root/ ├── src/ │ ├── pages/ │ │ └── drag_and_drop_page.py │ ├── tests/ │ │ └── test_drag_and_drop.py │ ├── utils/ │ │ └── selenium_helpers.py │ └── config/ │ └── config.yaml ├── reports/ │ └── test_report.html ├── requirements.txt └── pytest.ini