Table of Contents

Class RequestCachedResponseCommandSettings

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

RequestCachedResponse

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

RequestHeaders

Gets or sets the requestHeaders

[JsonPropertyName("requestHeaders")]
public Header[] RequestHeaders { get; set; }

Property Value

Header[]

RequestURL

Gets or sets the requestURL

[JsonPropertyName("requestURL")]
public string RequestURL { get; set; }

Property Value

string