Class RequestCachedResponseCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V147.CacheStorage
- Assembly
- Selenium.WebDriver.dll
Fetches cache entry.
public sealed class RequestCachedResponseCommandSettings : ICommand
- Inheritance
-
RequestCachedResponseCommandSettings
- Implements
- Inherited Members
Properties
CacheId
Id of cache that contains the entry.
[JsonPropertyName("cacheId")]
public string CacheId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
RequestHeaders
headers of the request.
[JsonPropertyName("requestHeaders")]
public Header[] RequestHeaders { get; set; }
Property Value
- Header[]
RequestURL
URL spec of the request.
[JsonPropertyName("requestURL")]
public string RequestURL { get; set; }