scout_snapshot
Capture current page state with stable element refs, geometry issues, coverage, and oracle violations; re-snapshotting the same route returns only the diff to track UI changes.
Instructions
Capture the current page state: URL, state fingerprint, interactable elements with refs (e1, e2, …), geometry issues, coverage, and oracle violations since the last action. Re-snapshotting the same route returns a DIFF (refs stay stable). Cheap — prefer this over screenshots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Force a full element list instead of a diff | |
| session | No | Target this session directly instead of the active one — pass it explicitly when dispatching to MULTIPLE sessions in one turn (e.g. two scout_click calls with different `session`), which then run CONCURRENTLY rather than queueing. Omit for single-session sequential use. |