Interact
Click
Perform a click operation at the specified coordinates or current position
- If x and y are provided, click at those coordinates
- If x and y are omitted, click at the current cursor position
- Use button=“left”, clicks=1 for a single left click
- Use button=“right”, clicks=1 for a right click
- Use button=“middle”, clicks=1 for a middle click
- Use button=“left”, clicks=2 for a double click
Requires API key authentication.
POST
Authorizations
API key authentication
Path Parameters
Body
application/json
Available options:
left
, right
, middle
Required range:
1 <= x <= 10
Required range:
0 <= x <= 1