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