Framework Mode - Checkbox interactions
Folder Structure
checkbox_interactions_project/
├── src/
│ ├── pages/
│ │ └── checkbox_page.py
│ ├── tests/
│ │ └── test_checkbox.py
│ ├── utils/
│ │ └── helpers.py
│ └── config/
│ └── config.py
├── requirements.txt
└── pytest.ini