Observe Action Result
browser_observe_action_resultResolve unclear browser action outcomes by comparing before and after DOM, state, network, and screenshot diffs to determine if further monitoring is needed.
Instructions
Use when one click, type, press, check, select, hover, scroll, reload, navigate, or authorized eval has an unclear outcome and a compact before/after diff is needed. Preconditions: an active page and acknowledgeRawCapture: true are required; eval actions also require acknowledgeDangerousEval: true. Next: use the returned DOM, state, network, and optional screenshot diff to decide whether a longer monitor_start reproduction is necessary. Sensitivity: before/after snapshots, values, screenshots, URLs, and network changes can contain sensitive raw page data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| waitAfterMs | No | ||
| afterSnapshot | No | ||
| beforeSnapshot | No | ||
| includeScreenshot | No | ||
| acknowledgeRawCapture | No | ||
| acknowledgeDangerousEval | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |