MCP Appium Server

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

NameRequiredDescriptionDefault
selectorYesElement selector (e.g., xpath, id)
strategyNoSelector strategy: xpath, id, accessibility id, class name (default: xpath)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "selector": { "description": "Element selector (e.g., xpath, id)", "type": "string" }, "strategy": { "description": "Selector strategy: xpath, id, accessibility id, class name (default: xpath)", "type": "string" } }, "required": [ "selector" ], "type": "object" }
ID: pu6x5f1oro