wavexis_tap
Tap an element via CSS selector with touch emulation for mobile-optimized pages. Returns status and error details.
Instructions
Tap an element matching a CSS selector (touch-emulated click).
Use wavexis_click for mouse-based clicking on desktop contexts or wavexis_nl_click when you only have a natural language description.
Side effects: Dispatches a touch tap on the target element, which may toggle controls or trigger navigation on mobile-optimised pages. Returns: JSON string with keys: 'status' ('ok'/'error'). On error also 'error', 'tool', 'type', 'message', 'suggestion' (all str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |