list_headless_windows
List top-level windows on an off-screen desktop by name, returning handles, process IDs, titles, and sizes for GUI automation.
Instructions
List the top-level windows living on an off-screen desktop.
Args: params (HeadlessDesktopInput): desktop name.
Returns: str: JSON {"ok": true, "name": "...", "count": N, "windows": [ {handle, process_id, thread_id, dpi, title, class, width, height}, ...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |