Uses of Class
org.openqa.selenium.devtools.v133.indexeddb.model.DatabaseWithObjectStores
Packages that use DatabaseWithObjectStores
-
Uses of DatabaseWithObjectStores in org.openqa.selenium.devtools.v133.indexeddb
Methods in org.openqa.selenium.devtools.v133.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.