LoadComplete

@Serializable
data class LoadComplete(val root: AXNode) : AccessibilityEvent(source)

The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading.

Official doc

Constructors

Link copied to clipboard
constructor(root: AXNode)

Properties

Link copied to clipboard

New document root node.