Table of Contents

Class StorageId

Namespace
OpenQA.Selenium.DevTools.V132.DOMStorage
Assembly
WebDriver.dll

StorageId

public sealed class StorageId
Inheritance
StorageId
Inherited Members

Properties

IsLocalStorage

isLocalStorage

[JsonPropertyName("isLocalStorage")]
public bool IsLocalStorage { get; set; }

Property Value

bool

SecurityOrigin

securityOrigin

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

Property Value

string

StorageKey

storageKey

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

Property Value

string