-
public final class QueryAXTreeResponseResponse type for the AccessibilityDomain.queryAXTree command.
-
-
Constructor Summary
Constructors Constructor Description QueryAXTreeResponse(List<AXNode> nodes)
-
Method Summary
Modifier and Type Method Description final List<AXNode>component1()final QueryAXTreeResponsecopy(List<AXNode> nodes)final List<AXNode>getNodes()A list of Accessibility.AXNodematching the specified attributes, including nodes that are ignored for accessibility.-
-
Method Detail
-
component1
final List<AXNode> component1()
-
copy
final QueryAXTreeResponse copy(List<AXNode> nodes)
-
-
-
-