browser_snapshot_node
Retrieve a compact subtree from a stored browser snapshot using a reference, text, or path for targeted drilldown.
Instructions
Return a compact subtree from the latest stored browser_snapshot by ref, text, or path from browser_snapshot_query. Use for targeted drilldown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshotId | No | Defaults to the latest stored snapshot. | |
| ref | No | Exact ref/selector to return. | |
| text | No | First node whose name/text/descendant text contains this value. | |
| path | No | Dot-separated child path returned by browser_snapshot_query, e.g. '0.3.1'. | |
| maxDepth | No | ||
| maxBytes | No | ||
| redact | No |