dismiss_dialog
Close active browser dialogs like alerts, confirms, or prompts during automated testing and browser control operations.
Instructions
Dismiss the active browser dialog (alert/confirm/prompt). Returns an error if no dialog is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}