neuron_diff_states
Compare two page snapshots to see added, removed, and changed elements, including URL and title updates. Detect what changed on a page after any action.
Instructions
Compare two page snapshots created with neuron_snapshot_state. Returns added, removed, and changed elements, plus URL/title changes. Useful for detecting what changed on a page after an action (button click, form submit, navigation, etc).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | Label of the second snapshot | |
| before | Yes | Label of the first snapshot |