Skip to main content
POST
JavaScript
Coordinates are absolute screen pixels — the same space as boundsInScreen in the UI state response, so you can read an element’s bounds and tap the center of its box. With stealth: true, devices that support human-like input inject the tap with human motor timing rather than a plain synthetic event.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Body

application/json
x
integer<int64>
required
y
integer<int64>
required
stealth
boolean
default:false

Response

No Content