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

public class ObjectStore extends Object
Object store.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Object store name.
    • getKeyPath

      public KeyPath getKeyPath()
      Object store key path.
    • getAutoIncrement

      public Boolean getAutoIncrement()
      If true, object store has auto increment flag set.
    • getIndexes

      public List<ObjectStoreIndex> getIndexes()
      Indexes in this object store.