chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.accessibility / AccessibilityDomain / getChildAXNodes

getChildAXNodes

suspend fun getChildAXNodes(input: GetChildAXNodesRequest): GetChildAXNodesResponse

Fetches a particular accessibility node by AXNodeId. Requires enable() to have been called previously.

Official doc