handle_dialog
Resolve open browser dialogs by accepting or dismissing them, with optional prompt text, to keep automation workflows running without interruption.
Instructions
If a browser dialog was opened, use this command to handle it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to dismiss or accept the dialog | |
| pageId | Yes | Targets a specific page by ID. | |
| promptText | No | Optional prompt text to enter into the dialog. |