click
Click or tap a UI element on real devices using a reference, selector, or coordinate point. Supports mobile, desktop, and TV platforms.
Instructions
Click or tap a semantic UI target by ref, selector, or point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Agent-device session name. | |
| platform | No | Platform selector used to resolve a device. | |
| deviceTarget | No | Device target form. Maps to the CLI --target flag. | |
| target | Yes | UI target. This is separate from deviceTarget, which selects the device form. | |
| device | No | Device name selector. | |
| udid | No | iOS device UDID selector. | |
| serial | No | Android serial selector. | |
| iosSimulatorDeviceSet | No | iOS simulator device-set path used for device resolution. | |
| androidDeviceAllowlist | No | Android serial allowlist used for device resolution. | |
| daemonBaseUrl | No | Remote daemon base URL. | |
| daemonAuthToken | No | Remote daemon auth token. | |
| tenant | No | Remote tenant identifier. | |
| runId | No | Lease run identifier. | |
| leaseId | No | Existing lease identifier. | |
| cwd | No | Working directory for command execution. | |
| debug | No | Enable debug diagnostics. | |
| button | No | Pointer button for platforms that support mouse buttons. | |
| depth | No | Snapshot traversal depth. | |
| scope | No | Snapshot scope selector used before resolution. | |
| raw | No | Use raw snapshot data during selector resolution. | |
| count | No | Number of press/click repetitions. | |
| intervalMs | No | Delay between repeated press/click actions. | |
| holdMs | No | Hold duration for each action. | |
| jitterPx | No | Randomization radius in pixels. | |
| doubleTap | No | Request a double-tap action. | |
| stateDir | No | Agent-device state directory. |