Table of Contents

Class UntrackCacheStorageForOriginCommandSettings

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

UntrackCacheStorageForOrigin

public sealed class UntrackCacheStorageForOriginCommandSettings : ICommand
Inheritance
UntrackCacheStorageForOriginCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Origin

Gets or sets the origin

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

Property Value

string