appium_get_text
Retrieve the text content from a mobile UI element using its element UUID, enabling test automation to verify displayed text or capture values during an Appium session.
Instructions
Get text from an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session ID to target. If omitted, uses the active session. | |
| elementUUID | Yes | Element ID from appium_find_element. |