public interface Accessibility
Modifier and Type | Method | Description |
---|---|---|
List<AXNode> |
getPartialAXTree(Integer nodeId) |
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
|
List<AXNode> |
getPartialAXTree(Integer nodeId,
Boolean fetchRelatives) |
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
|
List<AXNode> getPartialAXTree(Integer nodeId, Boolean fetchRelatives)
nodeId
- ID of node to get the partial accessibility tree for.fetchRelatives
- Whether to fetch this nodes ancestors, siblings and children. Defaults to true.List<AXNode> getPartialAXTree(Integer nodeId)
nodeId
- ID of node to get the partial accessibility tree for.Copyright © 2017–2018 WebFolder OÜ. All rights reserved.