chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.accessibility / GetFullAXTreeResponse

GetFullAXTreeResponse

data class GetFullAXTreeResponse

Response type for the AccessibilityDomain.getFullAXTree command.

Constructors

<init>

Response type for the AccessibilityDomain.getFullAXTree command.

GetFullAXTreeResponse(nodes: List<AXNode>)

Properties

nodes

val nodes: List<AXNode>