get-element-attributes
Retrieve all available attributes for a mobile app element using Appium automation. Specify a selector and strategy to extract element properties for testing and debugging.
Instructions
Get all available attributes of an element
Input Schema
TableJSON 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) |