perform-element-action
Execute specific actions on mobile app elements using locator strategies like xpath, id, or accessibilityId. Supports taps, swipes, text input, visibility checks, and more within the MCP Appium Server framework.
Instructions
Perform a specific action on an element using various locator strategies
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The action to perform on the element | |
actionParams | No | Additional parameters for the action (e.g., text for sendKeys) | |
locatorType | Yes | The type of locator to use | |
locatorValue | Yes | The value of the locator | |
timeoutMs | No | Timeout in milliseconds (default: 10000) |