Class StorageId
- Namespace
- Selenium.WebDriver.BiDi.Cdp.DOMStorage
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
DOM Storage identifier.
public sealed record StorageId : IEquatable<StorageId>
- Inheritance
-
StorageId
- Implements
- Inherited Members
Constructors
StorageId(bool)
DOM Storage identifier.
public StorageId(bool IsLocalStorage)
Parameters
IsLocalStorageboolWhether the storage is local storage (not session storage).
Properties
IsLocalStorage
Whether the storage is local storage (not session storage).
public bool IsLocalStorage { get; init; }
Property Value
SecurityOrigin
Security origin for the storage.
public string? SecurityOrigin { get; init; }
Property Value
StorageKey
Represents a key by which DOM Storage keys its CachedStorageAreas
public SerializedStorageKey? StorageKey { get; init; }