click_and_drag
Execute mouse drag operations by specifying start and end positions or element IDs to move, resize, or reorder UI elements in Windows applications.
Instructions
Click and drag from one position to another. Useful for resizing, reordering, or moving elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endX | No | ||
| endY | No | ||
| button | No | left | |
| startX | No | ||
| startY | No | ||
| durationMs | No | ||
| endElementId | No | Element to drag to | |
| modifierKeys | No | ||
| startElementId | No | Element to start drag from |