Table of Contents

Class TrackIndexedDBForOriginCommandSettings

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

TrackIndexedDBForOrigin

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