| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
List<AXNode> |
Accessibility.getFullAXTree()
Fetches the entire accessibility tree
|
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.
|
Copyright © 2020. All rights reserved.