browser_handle_dialog
Accept or dismiss browser dialogs like alerts and prompts during automation. Approve prompts by passing response text to keep workflows running.
Instructions
Handle a dialog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accept | Yes | Whether to accept the dialog. | |
| sessionId | No | Target session ID. Omit to use the active session. | |
| promptText | No | The text of the prompt in case of a prompt dialog. |