Uses of Enum Class
org.openqa.selenium.devtools.v141.accessibility.model.AXValueType
Packages that use AXValueType
-
Uses of AXValueType in org.openqa.selenium.devtools.v141.accessibility.model
Methods in org.openqa.selenium.devtools.v141.accessibility.model that return AXValueTypeModifier and TypeMethodDescriptionstatic AXValueTypeAXValueType.fromString(String s) AXValue.getType()The type of this value.static AXValueTypeReturns the enum constant of this class with the specified name.static AXValueType[]AXValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.accessibility.model with parameters of type AXValueTypeModifierConstructorDescriptionAXValue(AXValueType type, Optional<Object> value, Optional<List<AXRelatedNode>> relatedNodes, Optional<List<AXValueSource>> sources)