safari_handle_dialog
Configure how Safari responds to the next JavaScript dialog, such as alert, confirm, or prompt. Choose to accept or dismiss, and optionally enter text for prompts.
Instructions
Set up handler for the next alert/confirm/prompt dialog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Accept or dismiss (default: accept) | |
| text | No | Text to enter for prompt dialogs |