dialog_auto
Automatically accept or dismiss browser dialogs such as alerts, confirms, and prompts. Disable auto mode to inspect dialog content manually.
Instructions
Enable or disable automatic handling of alert/confirm/prompt dialogs.
When enabled, all future dialogs are automatically accepted (accept=true)
or dismissed (accept=false) without manual intervention. Disable with
enabled=false when you need to inspect dialog content with dialog_handle.
Auto mode is automatically disabled on browser disconnect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accept | No | ||
| tab_id | No | ||
| enabled | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |