Table of Contents

Class RequestCacheNamesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.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")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string SecurityOrigin { get; set; }

Property Value

string

StorageBucket

Gets or sets the storageBucket

[JsonPropertyName("storageBucket")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StorageBucket StorageBucket { get; set; }

Property Value

StorageBucket

StorageKey

Gets or sets the storageKey

[JsonPropertyName("storageKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string StorageKey { get; set; }

Property Value

string