| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
List<AXNode> |
Accessibility.getChildAXNodes(String id)
Fetches a particular accessibility node by AXNodeId.
|
List<AXNode> |
Accessibility.getFullAXTree()
Fetches the entire accessibility tree for the root Document
|
List<AXNode> |
Accessibility.getFullAXTree(Integer max_depth)
Fetches the entire accessibility tree for the root Document
|
List<AXNode> |
Accessibility.getPartialAXTree()
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
|
List<AXNode> |
Accessibility.getPartialAXTree(Integer nodeId,
Integer backendNodeId,
String objectId,
Boolean fetchRelatives)
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
|
List<AXNode> |
Accessibility.queryAXTree()
Query a DOM node's accessibility subtree for accessible name and role.
|
List<AXNode> |
Accessibility.queryAXTree(Integer nodeId,
Integer backendNodeId,
String objectId,
String accessibleName,
String role)
Query a DOM node's accessibility subtree for accessible name and role.
|
Copyright © 2021 Kenan Klisura. All rights reserved.