hide_window
Hide a window by handle or title after automation tasks are done, with an option to minimize instead of completely hiding it.
Instructions
Hide a window again after it was shown (e.g. once login is complete).
Args: params (HideWindowInput): the window by hwnd or title, and a minimize flag.
Returns: str: JSON {"ok": true, "hwnd": N, "visible": false}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |