Table of Contents

Class SharedStorageEntry

Namespace
OpenQA.Selenium.DevTools.V147.Storage
Assembly
Selenium.WebDriver.dll

Struct for a single key-value pair in an origin's shared storage.

public sealed class SharedStorageEntry
Inheritance
SharedStorageEntry
Inherited Members

Properties

Key

key

[JsonPropertyName("key")]
public string Key { get; set; }

Property Value

string

Value

value

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string