show_window
Reveals a hidden or minimized window and brings it to the foreground, enabling user interaction during automated tasks such as login prompts.
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 |