mouse_move
Move the mouse cursor without clicking to trigger hover states in Linux desktop applications. Use for UI testing and automation.
Instructions
Move the mouse cursor without clicking. Useful for triggering hover states. The frontmost application must be in the session allowlist at the time of this call, or this tool returns an error and does nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coordinate | Yes | (x, y): Horizontal pixel position read directly from the most recent screenshot image, measured from the left edge. The server handles all scaling. |