Class RemoveStorageItemsCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.Extensions
- Assembly
- Selenium.WebDriver.dll
Removes keys from extension storage in the given storageArea.
public sealed class RemoveStorageItemsCommandSettings : ICommand
- Inheritance
-
RemoveStorageItemsCommandSettings
- 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
Keys
Keys to remove.
[JsonPropertyName("keys")]
public string[] Keys { get; set; }
Property Value
- string[]
StorageArea
StorageArea to remove data from.
[JsonPropertyName("storageArea")]
public StorageArea StorageArea { get; set; }