get-element-attributes
Retrieve all attributes of a mobile app element by specifying its selector and strategy. This tool supports xpath, id, accessibility id, and class name, aiding in mobile automation testing within the MCP Appium Server environment.
Instructions
Get all available attributes of an element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | Element selector (e.g., xpath, id) | |
strategy | No | Selector strategy: xpath, id, accessibility id, class name (default: xpath) |