chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.accessibility / AXRelatedNode

AXRelatedNode

data class AXRelatedNode

Constructors

<init>

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

Properties

backendDOMNodeId

The BackendNodeId of the related DOM node.

val backendDOMNodeId: BackendNodeId

idref

The IDRef value provided, if any.

val idref: String?

text

The text alternative of this node in the current context.

val text: String?