Class SetStorageItemsCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V147.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
Id
ID of extension.
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
StorageArea
StorageArea to set data in.
[JsonPropertyName("storageArea")]
public StorageArea StorageArea { get; set; }
Property Value
Values
Values to set.
[JsonPropertyName("values")]
public object Values { get; set; }