Table of Contents

Class RemoveStorageItemsCommandSettings

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

string

Id

ID of extension.

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

Property Value

string

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; }

Property Value

StorageArea