GetChildAXNodesRequest

@Serializable
data class GetChildAXNodesRequest(val id: AXNodeId, val frameId: FrameId? = null)

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

Constructors

Link copied to clipboard
constructor(id: AXNodeId, frameId: FrameId? = null)

Types

Link copied to clipboard
class Builder(val id: AXNodeId)

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

Properties

Link copied to clipboard
val frameId: FrameId? = null

The frame in whose document the node resides. If omitted, the root frame is used.

Link copied to clipboard

(undocumented in the protocol definition)