Observe Page Dialog
page_dialog_observeMonitor pending JavaScript dialogs (alert, confirm, prompt) and retrieve their message text without responding. Set timeout and character limits for bounded observation.
Instructions
Observe a pending native alert, confirm, or prompt and return its bounded message without handling it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Seconds to wait for a pending alert, confirm, or prompt. | |
| max_message_chars | No | Maximum dialog message characters returned to the MCP client. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||