neuron_snapshot_state
Capture a labeled snapshot of the current page's DOM, text, visibility, meta, and URL for later comparison, enabling detection of dynamic changes over time.
Instructions
Capture a snapshot of the current page state — DOM structure, element visibility, text content, meta tags, URL. Store it in memory with a label for later comparison. Use with neuron_diff_states to detect changes over time (useful for SPA testing, mutation tracking, or detecting dynamic content updates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Snapshot label (default: snapshot_{timestamp}) | |
| tabId | Yes | Chrome tab ID |