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
Name | Required | Description | Default |
---|---|---|---|
elementType | No | Filter by element type (e.g., android.widget.Button) | |
exactMatch | No | Whether to match the text exactly (default: true) | |
platformName | Yes | Platform to generate XPath for | |
text | Yes | Text to search for |