pl.wendigo.chrome.domain.accessibility / GetFullAXTreeResponse

GetFullAXTreeResponse

data class GetFullAXTreeResponse (source)

Represents response frame for Accessibility.getFullAXTree method call.

Fetches the entire accessibility tree

Constructors

<init>

GetFullAXTreeResponse(nodes: List<AXNode>)

Represents response frame for Accessibility.getFullAXTree method call.

Properties

nodes

val nodes: List<AXNode>