apple_tv_press
Press Apple TV remote buttons (up, down, left, right, select, back, home) to navigate the interface. Send tap, double-tap, or hold actions; check visible UI state separately with a screenshot.
Instructions
Press a remote button. Navigation is non-idempotent.
The press itself has no visual feedback and does not report which UI element has focus. Use apple_tv_screenshot separately when visible UI state needs to be inspected or verified. Uncertain transport failures are not retried automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of sequential presses. | |
| action | No | Tap, double-tap, or hold. | tap |
| button | Yes | Remote button to press. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| action | Yes | ||
| button | Yes | ||
| completed | Yes |