Uses of Class
org.openqa.selenium.devtools.v141.indexeddb.model.ObjectStore
Packages that use ObjectStore
-
Uses of ObjectStore in org.openqa.selenium.devtools.v141.indexeddb.model
Methods in org.openqa.selenium.devtools.v141.indexeddb.model that return types with arguments of type ObjectStoreModifier and TypeMethodDescriptionDatabaseWithObjectStores.getObjectStores()Object stores in this database.Constructor parameters in org.openqa.selenium.devtools.v141.indexeddb.model with type arguments of type ObjectStoreModifierConstructorDescriptionDatabaseWithObjectStores(String name, Number version, List<ObjectStore> objectStores)