tap-element
Tap on a specific UI element in a mobile app using a selector, such as xpath or id, to enable precise interactions during automated testing with Appium through the MCP Protocol.
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) |