Class IndexedDB.RequestDataResponse
java.lang.Object
org.openqa.selenium.devtools.v123.indexeddb.IndexedDB.RequestDataResponse
- Enclosing class:
- IndexedDB
-
Constructor Summary
ConstructorsConstructorDescriptionRequestDataResponse
(List<DataEntry> objectStoreDataEntries, Boolean hasMore) -
Method Summary
Modifier and TypeMethodDescriptionIf true, there are more entries to fetch in the given range.Array of object store data entries.
-
Constructor Details
-
RequestDataResponse
-
-
Method Details
-
getObjectStoreDataEntries
Array of object store data entries. -
getHasMore
If true, there are more entries to fetch in the given range.
-