smart-tap
Automate mobile app testing by intelligently tapping an element using multiple locator strategies. Specify an element identifier, optional text, and timeout for reliable interaction within the MCP Appium Server.
Instructions
Intelligently tap an element trying different locator strategies in a specific order
Input Schema
Name | Required | Description | Default |
---|---|---|---|
elementIdentifier | Yes | Text, ID, or other identifier for the element | |
text | No | Optional text content to use for XPath fallback | |
timeoutMs | No | Timeout in milliseconds (default: 10000) |