v1

latestOpenAPI 3.0.02026-07-17331930.1 KB

Clicks at the specified location

Clicks at the specified location

get/uiDevice/click

Query parameters

xinteger required

x coordinate

yinteger required

y coordinate

Response

OK

status'OK' | 'ERROR' | 'UNKNOWKN' required
statusCodeinteger
errorMessagestring

Example response

{
  "status": "ERROR",
  "statusCode": 100,
  "errorMessage": "Operation could not be completed"
}