Class SetStorageItemsCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V130.Extensions
- Assembly
- WebDriver.dll
SetStorageItems
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
Gets or sets the id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
StorageArea
Gets or sets the storageArea
[JsonPropertyName("storageArea")]
public StorageArea StorageArea { get; set; }
Property Value
Values
Gets or sets the values
[JsonPropertyName("values")]
public object Values { get; set; }