move_mouse
Move the mouse pointer to absolute pixel coordinates to trigger hover states. Follow with screenshot to see the effect.
Instructions
Move the mouse pointer to absolute pixel coords in an instance (no click).
Returns {"ok", "action", "instance", "detail"}. Useful for hover states (menus, tooltips) — follow with screenshot() to see the effect. Fails (isError) if the instance is down.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |