get-element-text
Extract text content from mobile app UI elements using Appium automation. Specify element selector and strategy to retrieve displayed text for testing or data collection.
Instructions
Get text content from a UI 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) |