Uses of Class
org.openqa.selenium.devtools.indexeddb.model.DataEntry
-
Packages that use DataEntry Package Description org.openqa.selenium.devtools.indexeddb -
-
Uses of DataEntry in org.openqa.selenium.devtools.indexeddb
Methods in org.openqa.selenium.devtools.indexeddb that return types with arguments of type DataEntry Modifier and Type Method Description java.util.List<DataEntry>
IndexedDB.RequestDataResponse. getObjectStoreDataEntries()
Array of object store data entries.Constructor parameters in org.openqa.selenium.devtools.indexeddb with type arguments of type DataEntry Constructor Description RequestDataResponse(java.util.List<DataEntry> objectStoreDataEntries, java.lang.Boolean hasMore)
-