Framework Mode - Prompt alert with text input
Folder Structure
selenium_project/
├── src/
│ ├── pages/
│ │ └── prompt_alert_page.py
│ ├── tests/
│ │ └── test_prompt_alert.py
│ ├── utils/
│ │ └── wait_helpers.py
│ └── config/
│ └── config.py
├── requirements.txt
└── pytest.ini