snapshot
Capture a structured snapshot of a web page with Markdown and element selectors to locate and interact with elements via refs.
Instructions
Capture a structured snapshot of a tab: clean Markdown with inline fingerprint refs (<!--fp:...-->) and an 'Element Selector Map' (fp | tag | text). Use this instead of read_page+grep to locate elements, then pass a ref to click. Targets the active tab unless a browserId is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browserId | No | Target tab (from list_tabs). Defaults to active. |