Framework Mode - StaleElementReferenceException handling
Folder Structure
selenium_project/ ├── src/ │ ├── pages/ │ │ └── login_page.py │ ├── tests/ │ │ └── test_login.py │ ├── utils/ │ │ └── wait_helpers.py │ └── config/ │ └── config.yaml ├── requirements.txt └── pytest.ini