Drag
Gestures
Drag
Drag from one point to another
POST
Drag
Execute a drag gesture from one point to another.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Request Body
| Field | Type | Description |
|---|---|---|
from_x | integer | Starting X coordinate |
from_y | integer | Starting Y coordinate |
to_x | integer | Ending X coordinate |
to_y | integer | Ending Y coordinate |
Use Cases
- Move elements
- Adjust sliders
- Pull to refresh
Related Endpoints
- Drag by Description - Drag using natural language
- Hold and Drag - Hold before dragging