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

AXProperty

data class AXProperty

Official doc

Constructors

<init>

Official doc

AXProperty(name: AXPropertyName, value: AXValue)

Properties

name

The name of this property.

val name: AXPropertyName

value

The value of this property.

val value: AXValue