Class IndexedDB.RequestDataResponse

java.lang.Object
org.openqa.selenium.devtools.v85.indexeddb.IndexedDB.RequestDataResponse
Enclosing class:
IndexedDB

public static class IndexedDB.RequestDataResponse extends Object
  • Constructor Details

    • RequestDataResponse

      public RequestDataResponse(List<DataEntry> objectStoreDataEntries, Boolean hasMore)
  • Method Details

    • getObjectStoreDataEntries

      public List<DataEntry> getObjectStoreDataEntries()
      Array of object store data entries.
    • getHasMore

      public Boolean getHasMore()
      If true, there are more entries to fetch in the given range.