browser_verify
Confirm if a semantic node supports click, fill, or hover actions and is interactable. Uses optional page state or cached data.
Instructions
Run safety action verification on a semantic node to confirm if it supports click/fill/hover and is interactable. Optional: pass 'state' if querying offline; otherwise defaults to last observed state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | The current SemanticPageState (optional, falls back to server-side cache). | |
| action | Yes | The action intent. | |
| nodeId | Yes | The ID of the semantic node to verify. |