Class AXProperty
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.accessibility.model.AXProperty
-
public class AXProperty extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AXProperty(AXPropertyName name, AXValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AXPropertyName
getName()
The name of this property.AXValue
getValue()
The value of this property.
-
-
-
Constructor Detail
-
AXProperty
public AXProperty(AXPropertyName name, AXValue value)
-
-
Method Detail
-
getName
public AXPropertyName getName()
The name of this property.
-
getValue
public AXValue getValue()
The value of this property.
-
-