Table of Contents

Class SetCacheDisabledCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Network
Assembly
WebDriver.dll

SetCacheDisabled

public sealed class SetCacheDisabledCommandSettings : ICommand
Inheritance
SetCacheDisabledCommandSettings
Implements
Inherited Members

Properties

CacheDisabled

Gets or sets the cacheDisabled

[JsonPropertyName("cacheDisabled")]
public bool CacheDisabled { get; set; }

Property Value

bool

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string