Table of Contents

Class DeleteEntryCommandSettings

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

DeleteEntry

public sealed class DeleteEntryCommandSettings : ICommand
Inheritance
DeleteEntryCommandSettings
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

Request

Gets or sets the request

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

Property Value

string