Skip to main content
Glama

MCP Appium Server

by Rahulec08

inspect-and-tap

Locate and interact with mobile app elements by inspecting and tapping using optimal locator strategies, enhancing automation efficiency and accuracy.

Instructions

Inspect an element using one locator, then tap using the best available locator

Input Schema

NameRequiredDescriptionDefault
preferredOrderNoPreferred order of locator strategies to try (e.g., ['id', 'accessibilityId', 'xpath'])
selectorYesBase selector to find the element (e.g., text content)
strategyNoInitial strategy to locate element: xpath, id, accessibility id, text (default: xpath)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "preferredOrder": { "description": "Preferred order of locator strategies to try (e.g., ['id', 'accessibilityId', 'xpath'])", "items": { "type": "string" }, "type": "array" }, "selector": { "description": "Base selector to find the element (e.g., text content)", "type": "string" }, "strategy": { "description": "Initial strategy to locate element: xpath, id, accessibility id, text (default: xpath)", "type": "string" } }, "required": [ "selector" ], "type": "object" }
Install Server

Other Tools from MCP Appium Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rahulec08/appium-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server