Page Snapshot
snapshotRefresh page content to update element references after browser actions. Use CSS selectors to target specific regions and reduce token usage.
Instructions
Re-snapshot the current page for fresh @eN refs. Use after 'act' when you need to re-orient, or scope to a region with 'selector'. Use 'selector' to dramatically reduce tokens (e.g. 'form', '#results').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID. | |
| selector | No | CSS selector to scope snapshot to a page region. | |
| maxChars | No | Max output chars. |