browser_snapshot
Capture a structured accessibility/DOM snapshot of the active Firefox tab, assigning stable refs to interactive elements for reliable automation. Re-run after page changes to refresh stale refs.
Instructions
Capture an accessibility/DOM snapshot of the active Firefox tab as a structured tree. Each interactive element gets a stable [ref=eN] handle. USE THIS to understand the page before acting, and re-run it after the page changes — refs become stale after navigation or DOM updates. If workflow-memory hints appear, call browser_workflow_recall before continuing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxNodes | No | Max nodes to include (default 1500). |