Uses of Class
org.openqa.selenium.devtools.accessibility.model.AXValueNativeSourceType
-
Packages that use AXValueNativeSourceType Package Description org.openqa.selenium.devtools.accessibility.model -
-
Uses of AXValueNativeSourceType in org.openqa.selenium.devtools.accessibility.model
Methods in org.openqa.selenium.devtools.accessibility.model that return AXValueNativeSourceType Modifier and Type Method Description static AXValueNativeSourceTypeAXValueNativeSourceType. fromString(java.lang.String s)AXValueNativeSourceTypeAXValueSource. getNativeSource()The native markup source for this value, e.g.static AXValueNativeSourceTypeAXValueNativeSourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AXValueNativeSourceType[]AXValueNativeSourceType. 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 AXValueNativeSourceType Constructor Description AXValueSource(AXValueSourceType type, AXValue value, java.lang.String attribute, AXValue attributeValue, java.lang.Boolean superseded, AXValueNativeSourceType nativeSource, AXValue nativeSourceValue, java.lang.Boolean invalid, java.lang.String invalidReason)
-