Focus a window
hs_focus_windowBring a specific window to the front by its ID or a title substring, and confirm the selection with the returned window details.
Instructions
Bring a window to the front, selected by id (exact) or by a substring of its title. The matched window is returned so you can confirm the right one was chosen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Window id from hs_list_windows. | |
| title | No | Substring of the window title. |