Table of Contents

Class EmulateNetworkConditionsCommandSettings

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

EmulateNetworkConditions

public sealed class EmulateNetworkConditionsCommandSettings : ICommand
Inheritance
EmulateNetworkConditionsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ConnectionType

Gets or sets the connectionType

[JsonPropertyName("connectionType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ConnectionType? ConnectionType { get; set; }

Property Value

ConnectionType?

DownloadThroughput

Gets or sets the downloadThroughput

[JsonPropertyName("downloadThroughput")]
public double DownloadThroughput { get; set; }

Property Value

double

Latency

Gets or sets the latency

[JsonPropertyName("latency")]
public double Latency { get; set; }

Property Value

double

Offline

Gets or sets the offline

[JsonPropertyName("offline")]
public bool Offline { get; set; }

Property Value

bool

UploadThroughput

Gets or sets the uploadThroughput

[JsonPropertyName("uploadThroughput")]
public double UploadThroughput { get; set; }

Property Value

double