Get Partial A X Tree Request
data class GetPartialAXTreeRequest(nodeId: NodeId?, backendNodeId: BackendNodeId?, objectId: RemoteObjectId?, fetchRelatives: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Accessibility#getPartialAXTree operation call.
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
See also
Constructors
GetPartialAXTreeRequest
Link copied to clipboard
fun GetPartialAXTreeRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, fetchRelatives: Boolean? = null)
Content copied to clipboard
Properties
backendNodeId
Link copied to clipboard
fetchRelatives
Link copied to clipboard
objectId
Link copied to clipboard
Sources
jvm source
Link copied to clipboard