tap-element
Simulate touch interactions on a specific UI element in mobile apps using a defined selector strategy (e.g., xpath, id) for precise automation.
Instructions
Tap on a UI element identified by a selector
Input 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) |