tap-element
Tap on mobile app UI elements using selectors like xpath or id for automation testing with Appium.
Instructions
Tap on a UI element identified by a selector
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | Element selector (e.g., xpath, id) | |
| strategy | No | Selector strategy: xpath, id, accessibility id, class name (default: xpath) |