neuron_monitor_action
Capture page state, perform a click, type, or navigation, then compare before-and-after snapshots to verify the action changed the page as expected.
Instructions
Snapshot page state, perform an action (click/type/navigate), then diff to see what changed. One call replaces the snapshot_state → click → wait → snapshot_state → diff_states chain. Use to verify that a button click, form submit, or navigation actually did what was expected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Chrome tab ID | |
| action | Yes | The action to perform between snapshots | |
| waitMs | No | Wait time after action before diffing (default: 1500) | |
| screenshot | No | Screenshot after action (default: true) |