mouseMove
Move the mouse cursor to exact X/Y coordinates in Electron app tests, with optional intermediate steps to control movement.
Instructions
Move mouse cursor to specific coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| steps | No | Number of intermediate steps for smooth movement (default: 1) |