Skip to main content
Glama

MCP Appium Server

by Rahulec08

capture-ui-locators

Identify and extract UI element locators for mobile apps, enabling efficient automation scripting and element interaction in Appium-based testing workflows.

Instructions

Capture all UI elements and their locators for future use

Input Schema

NameRequiredDescriptionDefault
elementTypeNoFilter elements by type (e.g., android.widget.Button)
refreshSourceNoWhether to refresh page source before capture
saveToFileNoWhether to save the locators to a file

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" }, "refreshSource": { "description": "Whether to refresh page source before capture", "type": "boolean" }, "saveToFile": { "description": "Whether to save the locators to a file", "type": "boolean" } }, "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