glass_select_window
Select a window by ID to direct subsequent screenshot, click, type, and window operations to it. Coordinates are then relative to the selected window.
Instructions
Make a window active by id (from glass_list_windows). Subsequent screenshot/click/type/window ops target it; coordinates are relative to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The window id from `glass_list_windows`. Ids are not stable across calls — re-list rather than caching them. |