drag_and_drop
Simulates a mouse drag operation from specified start coordinates to end coordinates on a web page.
Instructions
Drag from (start_x, start_y) to (end_x, end_y).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_x | Yes | ||
| start_y | Yes | ||
| end_x | Yes | ||
| end_y | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |