show_window
Display a hidden or minimized window and bring it to the foreground when human interaction is required, such as completing an interactive login, then hide it again to resume automated tasks.
Instructions
Make a hidden/minimized window visible and bring it to the foreground.
Useful when an automated app on the normal desktop hits a step that needs the
human - typically an interactive LOGIN. Show it, let the user sign in, then call
hide_window to tuck it away and resume background automation.
Args: params (WinTargetInput): the window by hwnd or title.
Returns: str: JSON {"ok": true, "hwnd": N, "visible": true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |