Skip to main content
Glama

MCP Appium Server

by Rahulec08

extract-locators

Extract element locators from UI XML source to identify and filter components like buttons or inputs for mobile app automation with Appium.

Instructions

Extract element locators from UI XML source

Input Schema

NameRequiredDescriptionDefault
elementTypeNoFilter elements by type (e.g., android.widget.Button)
maxResultsNoMaximum number of elements to return
xmlSourceYesXML source to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "elementType": { "description": "Filter elements by type (e.g., android.widget.Button)", "type": "string" }, "maxResults": { "description": "Maximum number of elements to return", "type": "number" }, "xmlSource": { "description": "XML source to analyze", "type": "string" } }, "required": [ "xmlSource" ], "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