browser_handle_dialog
Accept or dismiss browser dialogs like alerts, confirms, and prompts. Provide text for prompt dialogs when accepting.
Instructions
Handle a JavaScript dialog (alert, confirm, prompt). Dialogs are queued as they appear. This tool handles the most recent unhandled dialog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accept | Yes | Whether to accept the dialog (true) or dismiss it (false) | |
| promptText | No | Text to enter for prompt dialogs |