Table of Contents

Class ClearDataForOriginCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Storage
Assembly
Selenium.WebDriver.dll

Clears storage for origin.

public sealed class ClearDataForOriginCommandSettings : ICommand
Inheritance
ClearDataForOriginCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Origin

Security origin.

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string

StorageTypes

Comma separated list of StorageType to clear.

[JsonPropertyName("storageTypes")]
public string StorageTypes { get; set; }

Property Value

string