Table of Contents

Class SetStorageItemsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Extensions
Assembly
Selenium.WebDriver.dll

Sets values in extension storage in the given storageArea. The provided values will be merged with existing values in the storage area.

public sealed class SetStorageItemsCommandSettings : ICommand
Inheritance
SetStorageItemsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Id

ID of extension.

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

StorageArea

StorageArea to set data in.

[JsonPropertyName("storageArea")]
public StorageArea StorageArea { get; set; }

Property Value

StorageArea

Values

Values to set.

[JsonPropertyName("values")]
public object Values { get; set; }

Property Value

object