Table of Contents

Class StorageBucket

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

StorageBucket

public sealed class StorageBucket
Inheritance
StorageBucket
Inherited Members

Properties

Name

name

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

Property Value

string

StorageKey

storageKey

[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }

Property Value

string