Table of Contents

Class CacheStorageListUpdatedEventArgs

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

A cache has been added/deleted.

public sealed class CacheStorageListUpdatedEventArgs : EventArgs
Inheritance
CacheStorageListUpdatedEventArgs
Inherited Members

Properties

BucketId

Storage bucket to update.

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

Property Value

string

Origin

Origin to update.

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

Property Value

string

StorageKey

Storage key to update.

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

Property Value

string