Uses of Class
org.openqa.selenium.devtools.v112.indexeddb.IndexedDB.GetMetadataResponse
-
Packages that use IndexedDB.GetMetadataResponse Package Description org.openqa.selenium.devtools.v112.indexeddb -
-
Uses of IndexedDB.GetMetadataResponse in org.openqa.selenium.devtools.v112.indexeddb
Methods in org.openqa.selenium.devtools.v112.indexeddb that return types with arguments of type IndexedDB.GetMetadataResponse Modifier and Type Method Description static org.openqa.selenium.devtools.Command<IndexedDB.GetMetadataResponse>
IndexedDB. getMetadata(java.util.Optional<java.lang.String> securityOrigin, java.util.Optional<java.lang.String> storageKey, java.lang.String databaseName, java.lang.String objectStoreName)
Gets metadata of an object store.
-