Class StorageId
- Namespace
- OpenQA.Selenium.DevTools.V146.DOMStorage
- Assembly
- Selenium.WebDriver.dll
DOM Storage identifier.
public sealed class StorageId
- Inheritance
-
StorageId
- Inherited Members
Properties
IsLocalStorage
Whether the storage is local storage (not session storage).
[JsonPropertyName("isLocalStorage")]
public bool IsLocalStorage { get; set; }
Property Value
SecurityOrigin
Security origin for the storage.
[JsonPropertyName("securityOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SecurityOrigin { get; set; }
Property Value
StorageKey
Represents a key by which DOM Storage keys its CachedStorageAreas
[JsonPropertyName("storageKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? StorageKey { get; set; }