Table of Contents

Class CacheStorageContentUpdatedEventArgs

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

CacheStorageContentUpdated

public sealed class CacheStorageContentUpdatedEventArgs : EventArgs
Inheritance
CacheStorageContentUpdatedEventArgs
Inherited Members

Properties

CacheName

Gets or sets the cacheName

[JsonPropertyName("cacheName")]
public string CacheName { get; set; }

Property Value

string

Origin

Gets or sets the origin

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

Property Value

string