Class StorageId
java.lang.Object
org.openqa.selenium.devtools.v141.domstorage.model.StorageId
DOM Storage identifier.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether the storage is local storage (not session storage).Security origin for the storage.Represents a key by which DOM Storage keys its CachedStorageAreas
-
Constructor Details
-
StorageId
public StorageId(Optional<String> securityOrigin, Optional<SerializedStorageKey> storageKey, Boolean isLocalStorage)
-
-
Method Details
-
getSecurityOrigin
Security origin for the storage. -
getStorageKey
Represents a key by which DOM Storage keys its CachedStorageAreas -
getIsLocalStorage
Whether the storage is local storage (not session storage).
-