GetChildAXNodesParameter

@Serializable
data class GetChildAXNodesParameter(val id: String, val frameId: String? = null)

Constructors

Link copied to clipboard
constructor(id: String, 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.

Link copied to clipboard
val id: String