-
public final class QueryAXTreeRequestRequest object containing input parameters for the AccessibilityDomain.queryAXTree command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernodeIdprivate final IntegerbackendNodeIdprivate final StringobjectIdprivate final StringaccessibleNameprivate final Stringrole
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Stringcomponent3()final Stringcomponent4()final Stringcomponent5()final QueryAXTreeRequestcopy(Integer nodeId, Integer backendNodeId, String objectId, String accessibleName, String role)final IntegergetNodeId()Identifier of the node for the root to query. final IntegergetBackendNodeId()Identifier of the backend node for the root to query. final StringgetObjectId()JavaScript object id of the node wrapper for the root to query. final StringgetAccessibleName()Find nodes with this computed name. final StringgetRole()Find nodes with this computed role. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final String component5()
-
copy
final QueryAXTreeRequest copy(Integer nodeId, Integer backendNodeId, String objectId, String accessibleName, String role)
-
getBackendNodeId
final Integer getBackendNodeId()
Identifier of the backend node for the root to query.
-
getObjectId
final String getObjectId()
JavaScript object id of the node wrapper for the root to query.
-
getAccessibleName
final String getAccessibleName()
Find nodes with this computed name.
-
-
-
-