Snapshot the page
browser_snapshotInspect a page's accessible structure with roles and names to identify targets for browser automation.
Instructions
Read the page as an accessibility tree — roles, accessible names and structure. This is the primary way to see a page: it is compact, text-only, and its role "name" pairs are exactly what browser_click and browser_type take as targets. Prefer it over browser_screenshot unless you specifically need to see the visual rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Snapshot only this subtree. Omit for the whole page. | |
| tabIndex | No | Act on this tab just for this call, without changing which tab is active. Defaults to the active tab. To switch tabs for good, use browser_tabs with action 'select'. | |
| profileId | Yes | Browser profile id, as passed to start_profile. |