GetRootAXNodeParameter

@Serializable
data class GetRootAXNodeParameter(val frameId: String? = null)

Constructors

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

Properties

Link copied to clipboard
val frameId: String? = null

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