Uses of Class
org.openqa.selenium.devtools.v113.accessibility.model.AXValueNativeSourceType
-
Packages that use AXValueNativeSourceType Package Description org.openqa.selenium.devtools.v113.accessibility.model -
-
Uses of AXValueNativeSourceType in org.openqa.selenium.devtools.v113.accessibility.model
Methods in org.openqa.selenium.devtools.v113.accessibility.model that return AXValueNativeSourceType Modifier and Type Method Description static AXValueNativeSourceTypeAXValueNativeSourceType. fromString(java.lang.String s)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.Methods in org.openqa.selenium.devtools.v113.accessibility.model that return types with arguments of type AXValueNativeSourceType Modifier and Type Method Description java.util.Optional<AXValueNativeSourceType>AXValueSource. getNativeSource()The native markup source for this value, e.g.
-