Class ClearStorageItemsCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V146.Extensions
- Assembly
- Selenium.WebDriver.dll
Clears extension storage in the given storageArea.
public sealed class ClearStorageItemsCommandSettings : ICommand
- Inheritance
-
ClearStorageItemsCommandSettings
- 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 remove data from.
[JsonPropertyName("storageArea")]
public StorageArea StorageArea { get; set; }