browser_act
Perform clicks, fills, and hovers on specific page elements using their unique IDs for automated browser interactions.
Instructions
Execute an action (click, fill, hover) on a node using its ID. Optional: pass 'state' if querying offline; otherwise defaults to last observed state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | The text value to fill (required if action is 'fill'). | |
| state | No | The current SemanticPageState (optional, falls back to server-side cache). | |
| action | Yes | The action to execute. | |
| nodeId | Yes | The ID of the semantic node. |