Uses of Enum Class
org.openqa.selenium.devtools.v141.accessibility.model.AXValueSourceType
Packages that use AXValueSourceType
-
Uses of AXValueSourceType in org.openqa.selenium.devtools.v141.accessibility.model
Methods in org.openqa.selenium.devtools.v141.accessibility.model that return AXValueSourceTypeModifier and TypeMethodDescriptionstatic AXValueSourceTypeAXValueSourceType.fromString(String s) AXValueSource.getType()What type of source this is.static AXValueSourceTypeReturns the enum constant of this class with the specified name.static AXValueSourceType[]AXValueSourceType.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 AXValueSourceTypeModifierConstructorDescriptionAXValueSource(AXValueSourceType type, Optional<AXValue> value, Optional<String> attribute, Optional<AXValue> attributeValue, Optional<Boolean> superseded, Optional<AXValueNativeSourceType> nativeSource, Optional<AXValue> nativeSourceValue, Optional<Boolean> invalid, Optional<String> invalidReason)