Table of Contents

Class StorageBucket

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

StorageBucket

public sealed class StorageBucket
Inheritance
StorageBucket
Inherited Members

Properties

Name

If not specified, it is the default bucket of the storageKey.

[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