click_button
Clicks an interactive button by ID rather than coordinates, enabling actions on off-screen or obscured elements. Use list_interactives to find IDs.
Instructions
Directly click an interactive button by its ID, bypassing coordinate-based hit testing. Works even if the button is scrolled off-screen or obscured by other elements. Use list_interactives to discover available button IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Interactive identifier (as returned by list_interactives) | |
| screen | No | Screen name to scope the search. If omitted, searches all active screens. |