Table of Contents

Class RemoveStorageItemsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Extensions
Assembly
WebDriver.dll

RemoveStorageItems

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

Gets or sets the id

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

Property Value

string

Keys

Gets or sets the keys

[JsonPropertyName("keys")]
public string[] Keys { get; set; }

Property Value

string[]

StorageArea

Gets or sets the storageArea

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

Property Value

StorageArea