Class RequestCachedResponseCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V132.CacheStorage
- Assembly
- WebDriver.dll
Response for RequestCachedResponse
public sealed class RequestCachedResponseCommandResponse : ICommandResponse<RequestCachedResponseCommandSettings>, ICommandResponse
- Inheritance
-
RequestCachedResponseCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Response
Gets or sets the response
[JsonPropertyName("response")]
public CachedResponse Response { get; set; }