Table of Contents

Class CacheStorageListUpdatedEventArgs

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

CacheStorageListUpdated

public sealed class CacheStorageListUpdatedEventArgs : EventArgs
Inheritance
CacheStorageListUpdatedEventArgs
Inherited Members

Properties

BucketId

Gets or sets the bucketId

[JsonPropertyName("bucketId")]
public string BucketId { get; set; }

Property Value

string

Origin

Gets or sets the origin

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string

StorageKey

Gets or sets the storageKey

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

Property Value

string