Table of Contents

Class TrackIndexedDBForOriginCommandSettings

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

Registers origin to be notified when an update occurs to its IndexedDB.

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

Security origin.

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

Property Value

string