Uses of Class
org.openqa.selenium.devtools.indexeddb.model.Key
-
Packages that use Key Package Description org.openqa.selenium.devtools.indexeddb.model -
-
Uses of Key in org.openqa.selenium.devtools.indexeddb.model
Methods in org.openqa.selenium.devtools.indexeddb.model that return types with arguments of type Key Modifier and Type Method Description java.util.Optional<java.util.List<Key>>
Key. getArray()
Array value.java.util.Optional<Key>
KeyRange. getLower()
Lower bound.java.util.Optional<Key>
KeyRange. getUpper()
Upper bound.Constructor parameters in org.openqa.selenium.devtools.indexeddb.model with type arguments of type Key Constructor Description KeyRange(java.util.Optional<Key> lower, java.util.Optional<Key> upper, java.lang.Boolean lowerOpen, java.lang.Boolean upperOpen)
-