Table of Contents

Class SetCacheDisabledCommandSettings

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

Toggles ignoring cache for each request. If true, cache will not be used.

public sealed class SetCacheDisabledCommandSettings : ICommand
Inheritance
SetCacheDisabledCommandSettings
Implements
Inherited Members

Properties

CacheDisabled

Cache disabled state.

[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