list_virtual_display_windows
Check which windows are open on a specific Xvfb virtual display by providing its display number, returning a JSON list of window details and count for headless GUI automation.
Instructions
List the windows present on an Xvfb virtual display.
Args: params (VirtualDisplayInput): display number.
Returns: str: JSON {"ok": true, "count": N, "windows": [...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |