mouse_drag
Simulate mouse drag operations on macOS by specifying start and end coordinates to automate GUI interactions.
Instructions
Drag from point A to point B
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_x | Yes | ||
| from_y | Yes | ||
| to_x | Yes | ||
| to_y | Yes |