Uses of Class
org.openqa.selenium.devtools.v141.indexeddb.model.DataEntry
Packages that use DataEntry
-
Uses of DataEntry in org.openqa.selenium.devtools.v141.indexeddb
Methods in org.openqa.selenium.devtools.v141.indexeddb that return types with arguments of type DataEntryModifier and TypeMethodDescriptionIndexedDB.RequestDataResponse.getObjectStoreDataEntries()Array of object store data entries.Constructor parameters in org.openqa.selenium.devtools.v141.indexeddb with type arguments of type DataEntryModifierConstructorDescriptionRequestDataResponse(List<DataEntry> objectStoreDataEntries, Boolean hasMore)