Table of Contents

Class DomStorageItemUpdatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V131.DOMStorage
Assembly
WebDriver.dll

DomStorageItemUpdated

public sealed class DomStorageItemUpdatedEventArgs : EventArgs
Inheritance
DomStorageItemUpdatedEventArgs
Inherited Members

Properties

Key

Gets or sets the key

[JsonPropertyName("key")]
public string Key { get; set; }

Property Value

string

NewValue

Gets or sets the newValue

[JsonPropertyName("newValue")]
public string NewValue { get; set; }

Property Value

string

OldValue

Gets or sets the oldValue

[JsonPropertyName("oldValue")]
public string OldValue { get; set; }

Property Value

string

StorageId

Gets or sets the storageId

[JsonPropertyName("storageId")]
public StorageId StorageId { get; set; }

Property Value

StorageId