Table of Contents

Class UntrackIndexedDBForOriginCommandSettings

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

UntrackIndexedDBForOrigin

public sealed class UntrackIndexedDBForOriginCommandSettings : ICommand
Inheritance
UntrackIndexedDBForOriginCommandSettings
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