data class GetFullAXTreeRequest
Request object containing input parameters for the AccessibilityDomain.getFullAXTree command.
<init> |
Request object containing input parameters for the AccessibilityDomain.getFullAXTree command. GetFullAXTreeRequest(max_depth: Int? = null) |
max_depth |
The maximum depth at which descendants of the root node should be retrieved. If omitted, the full tree is returned. val max_depth: Int? |