Table of Contents

Class NetworkConditions

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

NetworkConditions

public sealed class NetworkConditions
Inheritance
NetworkConditions
Inherited Members

Properties

ConnectionType

connectionType

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

Property Value

ConnectionType?

DownloadThroughput

downloadThroughput

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

Property Value

double

Latency

latency

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

Property Value

double

PacketLoss

packetLoss

[JsonPropertyName("packetLoss")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? PacketLoss { get; set; }

Property Value

double?

PacketQueueLength

packetQueueLength

[JsonPropertyName("packetQueueLength")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? PacketQueueLength { get; set; }

Property Value

long?

PacketReordering

packetReordering

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

Property Value

bool?

UploadThroughput

uploadThroughput

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

Property Value

double

UrlPattern

urlPattern

[JsonPropertyName("urlPattern")]
public string UrlPattern { get; set; }

Property Value

string