Class DatabaseWithObjectStores

java.lang.Object
org.openqa.selenium.devtools.v85.indexeddb.model.DatabaseWithObjectStores

public class DatabaseWithObjectStores extends Object
Database with an array of object stores.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Database name.
    • getVersion

      public Number getVersion()
      Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')
    • getObjectStores

      public List<ObjectStore> getObjectStores()
      Object stores in this database.