Uses of Class
org.openqa.selenium.devtools.v104.indexeddb.model.KeyPath.Type
-
Packages that use KeyPath.Type Package Description org.openqa.selenium.devtools.v104.indexeddb.model -
-
Uses of KeyPath.Type in org.openqa.selenium.devtools.v104.indexeddb.model
Methods in org.openqa.selenium.devtools.v104.indexeddb.model that return KeyPath.Type Modifier and Type Method Description static KeyPath.TypeKeyPath.Type. fromString(java.lang.String s)KeyPath.TypeKeyPath. getType()Key path type.static KeyPath.TypeKeyPath.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyPath.Type[]KeyPath.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v104.indexeddb.model with parameters of type KeyPath.Type Constructor Description KeyPath(KeyPath.Type type, java.util.Optional<java.lang.String> string, java.util.Optional<java.util.List<java.lang.String>> array)
-