Framework Mode - XPath axes (parent, child, sibling)
Folder Structure
selenium_python_project/ ├── src/ │ ├── pages/ │ │ ├── __init__.py │ │ ├── base_page.py │ │ └── sample_page.py │ ├── tests/ │ │ ├── __init__.py │ │ └── test_sample_page.py │ ├── utils/ │ │ ├── __init__.py │ │ └── wait_utils.py │ └── config/ │ ├── __init__.py │ └── config.py ├── requirements.txt └── pytest.ini