Class DomStorageItemUpdatedEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V130.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
NewValue
Gets or sets the newValue
[JsonPropertyName("newValue")]
public string NewValue { get; set; }
Property Value
OldValue
Gets or sets the oldValue
[JsonPropertyName("oldValue")]
public string OldValue { get; set; }
Property Value
StorageId
Gets or sets the storageId
[JsonPropertyName("storageId")]
public StorageId StorageId { get; set; }