GetFullAXTreeRequest

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

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

Properties

Link copied to clipboard
val depth: Int? = null

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

Link copied to clipboard
val frameId: FrameId? = null

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