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