Uses of Class
org.openqa.selenium.devtools.accessibility.model.AXPropertyName
-
Packages that use AXPropertyName Package Description org.openqa.selenium.devtools.accessibility.model -
-
Uses of AXPropertyName in org.openqa.selenium.devtools.accessibility.model
Methods in org.openqa.selenium.devtools.accessibility.model that return AXPropertyName Modifier and Type Method Description static AXPropertyName
AXPropertyName. fromString(java.lang.String s)
AXPropertyName
AXProperty. getName()
The name of this property.static AXPropertyName
AXPropertyName. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AXPropertyName[]
AXPropertyName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.accessibility.model with parameters of type AXPropertyName Constructor Description AXProperty(AXPropertyName name, AXValue value)
-