GetFullAXTreeParameter

@Serializable
data class GetFullAXTreeParameter(val depth: Int? = null, val frameId: String? = null)

Constructors

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

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: String? = null

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