Pinch/zoom on an element using natural language description
| Parameter | Type | Description |
|---|---|---|
phone_id | string | The phone identifier |
| Parameter | Type | Default | Description |
|---|---|---|---|
async | boolean | false | Return immediately with job ID |
| Field | Type | Description |
|---|---|---|
selector | string | Natural language description of the element |
action | string | "pinch_in", "pinch_out", "rotate_cw", or "rotate_ccw" |
| Action | Effect |
|---|---|
pinch_out | Zoom in (fingers apart) |
pinch_in | Zoom out (fingers together) |
rotate_cw | Rotate clockwise |
rotate_ccw | Rotate counter-clockwise |
pinch() method with a string argument: