hover
Move the mouse pointer to a specific screen position, with optional modifier keys, to trigger hover effects or position the cursor for drag-and-drop actions.
Instructions
Move the mouse pointer from one position to another, optionally with modifier keys held. Useful for hover effects and drag-without-click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endX | No | ||
| endY | No | ||
| startX | No | ||
| startY | No | ||
| durationMs | No | Duration of the hover movement in ms | |
| endElementId | No | Element to hover to | |
| modifierKeys | No | ||
| startElementId | No | Element to start hover from (uses element center) |