Framework Mode - Element screenshot
Folder Structure
selenium-python-project/
├── tests/
│ ├── test_element_screenshot.py
│ └── __init__.py
├── pages/
│ ├── base_page.py
│ └── home_page.py
├── utils/
│ ├── screenshot_helper.py
│ └── __init__.py
├── config/
│ ├── config.yaml
│ └── __init__.py
├── conftest.py
└── requirements.txt