public interface Accessibility
Modifier and Type | Method and 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.Accessibility.AXNode
for this DOM node, if it exists, plus its ancestors, siblings and children, if requested.List<AXNode> getPartialAXTree(Integer nodeId)
nodeId
- ID of node to get the partial accessibility tree for.Accessibility.AXNode
for this DOM node, if it exists, plus its ancestors, siblings and children, if requested.Copyright © 2017 WebFolder OÜ. All rights reserved.