orgo_drag
Perform drag-and-drop operations on virtual computers by specifying start and end coordinates, enabling text selection, window resizing, and UI interactions.
Instructions
Drag from one position to another.
Useful for drag-and-drop operations, selecting text, or resizing windows.
Args:
params (DragInput): Input containing:
- computer_id (str): Computer ID
- start_x (int): Starting horizontal position
- start_y (int): Starting vertical position
- end_x (int): Ending horizontal position
- end_y (int): Ending vertical position
- duration (float): How long the drag takes, 0.1-5.0 (default: 0.5)
Returns:
str: Confirmation of drag action
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |