chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.accessibility / AXNode / <init>

<init>

AXNode(nodeId: AXNodeId, ignored: Boolean, ignoredReasons: List<AXProperty>? = null, role: AXValue? = null, name: AXValue? = null, description: AXValue? = null, value: AXValue? = null, properties: List<AXProperty>? = null, childIds: List<AXNodeId>? = null, backendDOMNodeId: BackendNodeId? = null)

A node in the accessibility tree.

Official doc