list_virtual_display_windows
List open windows on an Xvfb virtual display, returning count and window information for automated desktop control.
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 |