Table of Contents

Class SetDOMStorageItemCommandSettings

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

SetDOMStorageItem

public sealed class SetDOMStorageItemCommandSettings : ICommand
Inheritance
SetDOMStorageItemCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Key

Gets or sets the key

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

Property Value

string

StorageId

Gets or sets the storageId

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

Property Value

StorageId

Value

Gets or sets the value

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string