inspect-and-act
Identify UI elements with detailed locators and perform actions like tap, sendKeys, longPress, or clear to automate mobile app testing using the MCP Appium Server.
Instructions
Inspect UI to identify element locators and then perform an action
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform on the element | |
elementIdentifier | No | Text, partial resource-id, or other identifier to search for | |
longPressMs | No | Duration in ms if action is longPress | |
refreshSource | No | Whether to refresh page source before inspection | |
saveLocators | No | Whether to save found locators for future reference | |
strategy | No | Initial strategy to try if provided: id, accessibility id, xpath | |
text | No | Text to input if action is sendKeys | |
timeoutMs | No | Timeout in milliseconds (default: 10000) |