wavexis_hover
Move the mouse cursor over a specified element using a CSS selector to trigger hover events such as tooltip or menu display.
Instructions
Hover over an element matching a CSS selector.
Use wavexis_click to actually activate an element; hover only moves the cursor without clicking.
Side effects: Moves the mouse cursor over the target element, firing mouseover/mouseenter events that may reveal tooltips or menus. 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 |