Uses of Class
org.openqa.selenium.devtools.v141.indexeddb.model.DatabaseWithObjectStores
Packages that use DatabaseWithObjectStores
-
Uses of DatabaseWithObjectStores in org.openqa.selenium.devtools.v141.indexeddb
Methods in org.openqa.selenium.devtools.v141.indexeddb that return types with arguments of type DatabaseWithObjectStoresModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<DatabaseWithObjectStores> IndexedDB.requestDatabase(Optional<String> securityOrigin, Optional<String> storageKey, Optional<StorageBucket> storageBucket, String databaseName) Requests database with given name in given frame.