Uses of Class
org.openqa.selenium.devtools.v141.indexeddb.model.KeyPath
Packages that use KeyPath
-
Uses of KeyPath in org.openqa.selenium.devtools.v141.indexeddb.model
Methods in org.openqa.selenium.devtools.v141.indexeddb.model that return KeyPathModifier and TypeMethodDescriptionObjectStore.getKeyPath()Object store key path.ObjectStoreIndex.getKeyPath()Index key path.Constructors in org.openqa.selenium.devtools.v141.indexeddb.model with parameters of type KeyPathModifierConstructorDescriptionObjectStore(String name, KeyPath keyPath, Boolean autoIncrement, List<ObjectStoreIndex> indexes) ObjectStoreIndex(String name, KeyPath keyPath, Boolean unique, Boolean multiEntry)