LoadCompleteParameter

@Serializable
data class LoadCompleteParameter(val root: Accessibility.AXNode)

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

Constructors

Link copied to clipboard
constructor(root: Accessibility.AXNode)

Properties

Link copied to clipboard

New document root node.