snapshot
Retrieve the accessibility tree snapshot of a webpage to read its content. Returns element references, roles, names, and values for analysis.
Instructions
Get accessibility tree snapshot — the PRIMARY way to read page content. Returns element refs, roles, names and values. Token-efficient. Always prefer over screenshot. Refs come from the accessibility tree, so custom SPA elements may be missing; fall back to CSS selectors, camofox_wait_for_selector, or camofox_get_page_html when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID from create_tab | |
| offset | No | Offset for paginating large snapshots. Use nextOffset from previous response. |