Table of Contents

Class DeleteCacheCommandSettings

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

DeleteCache

public sealed class DeleteCacheCommandSettings : ICommand
Inheritance
DeleteCacheCommandSettings
Implements
Inherited Members

Properties

CacheId

Gets or sets the cacheId

[JsonPropertyName("cacheId")]
public string CacheId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string