Double Tap by Description
Double Tap by Description
Double tap an element using natural language description
POST
Double Tap by Description
Double tap an element on screen by describing it in natural language. Uses vision AI to find and double tap the described element.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
phone_id | string | The phone identifier |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
async | boolean | false | Return immediately with job ID |
Request Body
| Field | Type | Description |
|---|---|---|
selector | string | Natural language description of the element to double tap |
Response
Synchronous
Asynchronous
Examples
Zoom In on an Image
SDK Usage
The Python SDK provides this through thedouble_tap() method with a string argument:
Related Endpoints
- Double Tap - Double tap at specific coordinates
- Tap by Description - Single tap using natural language