tap
Tap an Android screen at exact coordinates or on a UI element using selectors like text, resource-id, or xpath for UI automation.
Instructions
Tap the screen either at (x, y) coordinates or on an element found by selector. Provide coordinates OR at least one selector field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| text | No | ||
| index | No | ||
| xpath | No | ||
| timeout | No | ||
| description | No | ||
| resource_id | No | ||
| text_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |