find_element
Locate a UI element on a Roku screen by matching its text, tag, or attributes, and retrieve the element's details.
Instructions
Find a UI element on screen using text, tag, and/or attributes. Returns element details if found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | SceneGraph component type (e.g., "Label", "Button", "Poster") | |
| text | No | Text content to search for | |
| attributes | No | Element attributes to match (e.g., {"id": "loginButton", "focused": "true"}) |