wavexis_right_click
Right-click an element using a CSS selector to open the browser context menu.
Instructions
Right-click an element matching a CSS selector.
Use wavexis_click for standard left clicks or wavexis_double_click for double clicks.
Side effects: Fires a contextmenu event on the element, typically opening a context menu in the browser. 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 |