Skip to main content
Glama

MCP Appium Server

by Rahulec08

find-by-text

Generate precise XPath queries to locate mobile app elements based on text, platform, and element type for automation testing with the MCP Appium Server.

Instructions

Generate XPath to find element by text

Input Schema

NameRequiredDescriptionDefault
elementTypeNoFilter by element type (e.g., android.widget.Button)
exactMatchNoWhether to match the text exactly (default: true)
platformNameYesPlatform to generate XPath for
textYesText to search for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "elementType": { "description": "Filter by element type (e.g., android.widget.Button)", "type": "string" }, "exactMatch": { "description": "Whether to match the text exactly (default: true)", "type": "boolean" }, "platformName": { "description": "Platform to generate XPath for", "enum": [ "Android", "iOS" ], "type": "string" }, "text": { "description": "Text to search for", "type": "string" } }, "required": [ "text", "platformName" ], "type": "object" }

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