wavexis_act
Execute natural language instructions on a webpage. Analyzes accessibility snapshots to match commands to elements and performs clicks, typing, or hover actions.
Instructions
Execute a natural language instruction on the current page (M1).
Takes an a11y snapshot, matches the instruction to an element, and performs the detected action (click, type, fill, hover).
Args: input: Act parameters (instruction, session_id, max_retries).
Returns:
JSON string with action, element, score, status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |