Table of Contents

Class StorageBucket

Namespace
Selenium.WebDriver.BiDi.Cdp.Storage
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record StorageBucket : IEquatable<StorageBucket>
Inheritance
StorageBucket
Implements
Inherited Members

Constructors

StorageBucket(SerializedStorageKey)

public StorageBucket(SerializedStorageKey StorageKey)

Parameters

StorageKey SerializedStorageKey

Properties

Name

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

public string? Name { get; init; }

Property Value

string

StorageKey

public SerializedStorageKey StorageKey { get; init; }

Property Value

SerializedStorageKey