๐งช Test Scenario
Dialog popups like alerts, confirms, and prompts often interrupt automation flows. This page helps simulate and capture how your framework handles them.
๐ก Test Goals
- Trigger and detect JavaScript dialogs
- Handle alert/confirm/prompt with your test script
- Verify expected message content
- Capture user input via prompt (optional)