v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Navigation

Tap by coordinates

Taps the device screen at the given x/y coordinates. An optional stealth flag routes the tap through human-like input on devices that support it.

post/devices/{deviceId}/tap

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

stealthboolean
xinteger required
yinteger required

Example request

{
  "$schema": "https://example.com/schemas/TapByCoordinatesArgs.json"
}

Response

No Content