orgo_double_click
Double-click at specified screen coordinates to open files, launch applications, or select text on virtual computers controlled through the Orgo MCP Server.
Instructions
Double-click at (x, y) coordinates.
Use for opening files/apps on desktop or selecting text.
Args:
params (DoubleClickInput): Input containing:
- computer_id (str): Computer ID
- x (int): Horizontal position in pixels
- y (int): Vertical position in pixels
Returns:
str: Confirmation of double-click action
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |