Table of Contents

Class IndexedDBListUpdatedEventArgs

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

IndexedDBListUpdated

public sealed class IndexedDBListUpdatedEventArgs : EventArgs
Inheritance
IndexedDBListUpdatedEventArgs
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