Table of Contents

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

IsLocalStorage bool

Whether 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

bool

SecurityOrigin

Security origin for the storage.

public string? SecurityOrigin { get; init; }

Property Value

string

StorageKey

Represents a key by which DOM Storage keys its CachedStorageAreas

public SerializedStorageKey? StorageKey { get; init; }

Property Value

SerializedStorageKey