-
public final class GetFullAXTreeRequestRequest object containing input parameters for the AccessibilityDomain.getFullAXTree command.
-
-
Constructor Summary
Constructors Constructor Description GetFullAXTreeRequest(Integer max_depth)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final GetFullAXTreeRequestcopy(Integer max_depth)final IntegergetMax_depth()The maximum depth at which descendants of the root node should be retrieved. -
-
Constructor Detail
-
GetFullAXTreeRequest
GetFullAXTreeRequest(Integer max_depth)
-
-
Method Detail
-
component1
final Integer component1()
-
copy
final GetFullAXTreeRequest copy(Integer max_depth)
-
getMax_depth
final Integer getMax_depth()
The maximum depth at which descendants of the root node should be retrieved. If omitted, the full tree is returned.
-
-
-
-