Table of Contents

Class RequestCacheNamesCommandSettings

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

RequestCacheNames

public sealed class RequestCacheNamesCommandSettings : ICommand
Inheritance
RequestCacheNamesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

SecurityOrigin

Gets or sets the securityOrigin

[JsonPropertyName("securityOrigin")]
public string SecurityOrigin { get; set; }

Property Value

string