neuron_watch_element
Watch a CSS selector for text, visibility, or attribute changes. Polls at a configurable interval and accumulates changes for later retrieval.
Instructions
Start watching a CSS selector for changes (text, visibility, attributes). Polls at a configurable interval and accumulates changes. Use neuron_get_watches to check for changes, neuron_stop_watch to stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Chrome tab ID | |
| selector | Yes | CSS selector to watch | |
| intervalMs | No | Poll interval in ms (default: 2000) |