Table of Contents

Class DeleteCacheCommandSettings

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

Deletes a cache.

public sealed class DeleteCacheCommandSettings : ICommand
Inheritance
DeleteCacheCommandSettings
Implements
Inherited Members

Properties

CacheId

Id of cache for deletion.

[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