pl.wendigo.chrome.api.accessibility / AXRelatedNode

AXRelatedNode

data class AXRelatedNode (source)

Link
Accessibility#AXRelatedNode type documentation.

Constructors

<init>

AXRelatedNode(backendDOMNodeId: BackendNodeId, idref: String? = null, text: String? = null)

Properties

backendDOMNodeId

val backendDOMNodeId: BackendNodeId

The BackendNodeId of the related DOM node.

idref

val idref: String?

The IDRef value provided, if any.

text

val text: String?

The text alternative of this node in the current context.