drag
Drag items on screen by specifying start and end pixel coordinates within an app.
Instructions
Drag from one point to another using pixel coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App name, full app path, or unambiguous bundle identifier | |
| to_x | Yes | End X coordinate | |
| to_y | Yes | End Y coordinate | |
| from_x | Yes | Start X coordinate | |
| from_y | Yes | Start Y coordinate |