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

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

    • StorageId

      public StorageId(String securityOrigin, Boolean isLocalStorage)
  • Method Details

    • getSecurityOrigin

      public String getSecurityOrigin()
      Security origin for the storage.
    • getIsLocalStorage

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