Class CacheStorageContentUpdatedEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V130.Storage
- Assembly
- WebDriver.dll
CacheStorageContentUpdated
public sealed class CacheStorageContentUpdatedEventArgs : EventArgs
- Inheritance
-
CacheStorageContentUpdatedEventArgs
- Inherited Members
-
Properties
BucketId
Gets or sets the bucketId
[JsonPropertyName("bucketId")]
public string BucketId { get; set; }
Property Value
- string
CacheName
Gets or sets the cacheName
[JsonPropertyName("cacheName")]
public string CacheName { get; set; }
Property Value
- string
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