Table of Contents

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

bool

SecurityOrigin

Security origin for the storage.

[JsonPropertyName("securityOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SecurityOrigin { get; set; }

Property Value

string

StorageKey

Represents a key by which DOM Storage keys its CachedStorageAreas

[JsonPropertyName("storageKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? StorageKey { get; set; }

Property Value

string