tvos_select
Apple TV only. Select the element at a screen coordinate: move the focus ring to the smallest focusable element under (x,y) and press the remote Select. Take the coordinate from ios_page_source (its (cx,cy) centre) or the [focused] flag — NOT eyeballed from a screenshot. A point over non-focusable background is an error, not a near miss, so read page source first. Pass select:false to move focus there WITHOUT clicking (e.g. to line up a long-press via ios_tv_button). For selecting by name instead of coordinate, use tvos_focus.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X in screen points, from ios_page_source | |
| y | Yes | Y in screen points, from ios_page_source | |
| udid | Yes | Apple TV UDID or name | |
| select | No | Press Select once focused (default true); false just moves focus |