Table of Contents

Class IndexedDBListUpdatedEventArgs

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

The origin's IndexedDB database list has been modified.

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