ie_dialog
Accept, dismiss, retrieve text, or send keystrokes to JavaScript dialogs (alert/confirm/prompt) in IE-mode web applications.
Instructions
Handle a JS dialog (alert/confirm/prompt). action: accept (default) | dismiss | text | sendkeys (with text). Note: OS-level IE modals may be unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | text for sendkeys | |
| action | No | accept | dismiss | text | sendkeys |