java.lang.Object
org.openqa.selenium.devtools.v141.domstorage.model.StorageId

public class StorageId extends Object
DOM Storage identifier.
  • Constructor Details

  • Method Details

    • getSecurityOrigin

      public Optional<String> getSecurityOrigin()
      Security origin for the storage.
    • getStorageKey

      public Optional<SerializedStorageKey> getStorageKey()
      Represents a key by which DOM Storage keys its CachedStorageAreas
    • getIsLocalStorage

      public Boolean getIsLocalStorage()
      Whether the storage is local storage (not session storage).