Table of Contents

Class DomStorageItemAddedEventArgs

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

DomStorageItemAdded

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

StorageId

Gets or sets the storageId

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

Property Value

StorageId