Table of Contents

Class ClearStorageItemsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.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

string

Id

ID of extension.

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

Property Value

string

StorageArea

StorageArea to remove data from.

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

Property Value

StorageArea