Dumps the window hierarchy

Dumps the window hierarchy

get/uiDevice/dumpWindowHierarchy

Query parameters

formatstring

the output format

Response

Window hierarchy

idstring
textstring
timestampstring

Example response

{
  "id": "hierarchy",
  "text": "Window Hierarchy",
  "timestamp": "2020-01-15T06:11:10Z",
  "children": [
    {
      "$ref": "#/components/examples/windowHierarchyChild"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.