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