Framework Mode - Handling CAPTCHAs (strategies)
Folder Structure
selenium_python_project/ ├── src/ │ ├── pages/ │ │ ├── login_page.py │ │ └── captcha_handler.py │ ├── tests/ │ │ ├── test_login.py │ │ └── test_captcha.py │ ├── utils/ │ │ ├── captcha_solver.py │ │ └── webdriver_manager.py │ └── config/ │ ├── config.yaml │ └── credentials.yaml ├── reports/ │ └── test_report.html ├── conftest.py ├── requirements.txt └── pytest.ini