Class RequestCacheNamesCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V132.CacheStorage
- Assembly
- WebDriver.dll
Response for RequestCacheNames
public sealed class RequestCacheNamesCommandResponse : ICommandResponse<RequestCacheNamesCommandSettings>, ICommandResponse
- Inheritance
-
RequestCacheNamesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Caches
Gets or sets the caches
[JsonPropertyName("caches")]
public Cache[] Caches { get; set; }
Property Value
- Cache[]