-
public final class GetPartialAXTreeResponseResponse type for the AccessibilityDomain.getPartialAXTree command.
-
-
Constructor Summary
Constructors Constructor Description GetPartialAXTreeResponse(List<AXNode> nodes)
-
Method Summary
Modifier and Type Method Description final List<AXNode>component1()final GetPartialAXTreeResponsecopy(List<AXNode> nodes)final List<AXNode>getNodes()The Accessibility.AXNodefor this DOM node, if it exists, plus its ancestors, siblings and children, if requested.-
-
Method Detail
-
component1
final List<AXNode> component1()
-
copy
final GetPartialAXTreeResponse copy(List<AXNode> nodes)
-
-
-
-