Computer Actions
Click mouse
Perform a left, right, or double click at given screen coordinates.
POST
Performs a mouse click at the specified coordinates.
Path parameters
string
required
Computer ID (UUID).
Body parameters
integer
required
X coordinate (pixels from left edge).
integer
required
Y coordinate (pixels from top edge).
string
default:"left"
Mouse button:
left or right.boolean
default:"false"
If
true, performs a double-click. When double is set, button is ignored.Response
boolean
true if the click was performed.string
Action name:
click or double_click.Example
Response
Errors
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Body
application/json
Response
Click performed
Example:
true