Table of Contents

Class DeleteEntryCommandSettings

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

Deletes a cache entry.

public sealed class DeleteEntryCommandSettings : ICommand
Inheritance
DeleteEntryCommandSettings
Implements
Inherited Members

Properties

CacheId

Id of cache where the entry will be deleted.

[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

Request

URL spec of the request.

[JsonPropertyName("request")]
public string Request { get; set; }

Property Value

string