Snapshot Page
browser_snapshotCaptures a compact combined view of page DOM text, inputs, links, and interactive elements to debug AI agent browser interactions.
Instructions
Use when a compact combined view of page state, text, inputs, links, and interactive elements is more useful than separate inspection calls. Preconditions: an active page and acknowledgeRawCapture: true are required. Next: select a target for browser_observe_action_result or compare with a later snapshot. Sensitivity: snapshots may include DOM text, visible input values, links, and externalized raw artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| includeLinks | No | ||
| maxTextBytes | No | ||
| elementsLimit | No | ||
| includeInputs | No | ||
| acknowledgeRawCapture | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |