appium_get_active_element
Retrieves the currently active or focused element and returns its UUID for subsequent automation steps. Use this first to identify which element has focus in the mobile app session.
Instructions
Get the currently active/focused element and return its UUID for follow-up interactions. [PRIORITY 1: Use this first when you need to find what element currently has focus]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session ID to target. If omitted, uses the active session. |