Table of Contents

Class SetDataSaverOverrideCommandSettings

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

Override the value of navigator.connection.saveData

public sealed class SetDataSaverOverrideCommandSettings : ICommand
Inheritance
SetDataSaverOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DataSaverEnabled

Override value. Omitting the parameter disables the override.

[JsonPropertyName("dataSaverEnabled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? DataSaverEnabled { get; set; }

Property Value

bool?