Table of Contents

Class IndexedDBListUpdatedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Storage
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

The origin's IndexedDB database list has been modified.

public sealed record IndexedDBListUpdatedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<IndexedDBListUpdatedEventArgs>
Inheritance
EventArgs
IndexedDBListUpdatedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

IndexedDBListUpdatedEventArgs(string, string, string)

The origin's IndexedDB database list has been modified.

public IndexedDBListUpdatedEventArgs(string Origin, string StorageKey, string BucketId)

Parameters

Origin string

Origin to update.

StorageKey string

Storage key to update.

BucketId string

Storage bucket to update.

Properties

BucketId

Storage bucket to update.

public string BucketId { get; init; }

Property Value

string

Origin

Origin to update.

public string Origin { get; init; }

Property Value

string

StorageKey

Storage key to update.

public string StorageKey { get; init; }

Property Value

string