Table of Contents

Class TrackCacheStorageForOriginCommandSettings

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

Registers origin to be notified when an update occurs to its cache storage list.

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