Class RequestCachedResponseCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V131.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
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
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; }