GetFullAXTreeRequest

@Serializable
data class GetFullAXTreeRequest(val depth: Int? = null, val frameId: FrameId? = null)

Request object containing input parameters for the AccessibilityDomain.getFullAXTree command.

Constructors

Link copied to clipboard
constructor(depth: Int? = null, frameId: FrameId? = null)

Types

Link copied to clipboard
class Builder

A builder for GetFullAXTreeRequest, which allows setting the optional parameters of the AccessibilityDomain.getFullAXTree command via a lambda.

Properties

Link copied to clipboard
val depth: Int?

The maximum depth at which descendants of the root node should be retrieved. If omitted, the full tree is returned.

Link copied to clipboard

The frame for whose document the AX tree should be retrieved. If omitted, the root frame is used.