pl.wendigo.chrome.api.accessibility / AXValue

AXValue

data class AXValue (source)

A single computed AX property.

Link
Accessibility#AXValue type documentation.

Constructors

<init>

AXValue(type: AXValueType, value: Any? = null, relatedNodes: List<AXRelatedNode>? = null, sources: List<AXValueSource>? = null)

A single computed AX property.

Properties

relatedNodes

val relatedNodes: List<AXRelatedNode>?

One or more related nodes, if applicable.

sources

val sources: List<AXValueSource>?

The sources which contributed to the computation of this property.

type

val type: AXValueType

The type of this value.

value

val value: Any?

The computed value of this property.