GetRootAXNodeRequest

@Serializable
data class GetRootAXNodeRequest(val frameId: FrameId? = null)(source)

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

Constructors

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

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val frameId: FrameId? = null

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