wavexis_double_click
Double-click a webpage element specified by CSS selector to trigger secondary actions like opening files or editing cells. Solves the need for precise programmatic double-clicks in browser automation.
Instructions
Double-click an element matching a CSS selector.
Use wavexis_click for single clicks or wavexis_nl_click when you only have a natural language description of the element.
Side effects: Fires two rapid click events on the element, which may open files, edit cells, or trigger application-specific actions. 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 |