Uses of Class
org.openqa.selenium.devtools.v113.accessibility.model.AXValueType
-
Packages that use AXValueType Package Description org.openqa.selenium.devtools.v113.accessibility.model -
-
Uses of AXValueType in org.openqa.selenium.devtools.v113.accessibility.model
Methods in org.openqa.selenium.devtools.v113.accessibility.model that return AXValueType Modifier and Type Method Description static AXValueTypeAXValueType. fromString(java.lang.String s)AXValueTypeAXValue. getType()The type of this value.static AXValueTypeAXValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AXValueType[]AXValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v113.accessibility.model with parameters of type AXValueType Constructor Description AXValue(AXValueType type, java.util.Optional<java.lang.Object> value, java.util.Optional<java.util.List<AXRelatedNode>> relatedNodes, java.util.Optional<java.util.List<AXValueSource>> sources)
-