list_virtual_display_windows
Retrieves and lists all windows currently open on a specified Xvfb virtual display, returning their count along with each window's details so you can identify what is running on that display.
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 |