Class DeleteCacheCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V142.CacheStorage
- Assembly
- WebDriver.dll
DeleteCache
public sealed class DeleteCacheCommandSettings : ICommand- Inheritance
- 
      
      DeleteCacheCommandSettings
- 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; }