Table of Contents

Class NetworkConditions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
public class NetworkConditions
Inheritance
NetworkConditions

Fields

Fast3G

Key to be used with NetworkConditions.

public const string Fast3G = "Fast 3G"

Field Value

string

Slow3G

Key to be used with NetworkConditions.

public const string Slow3G = "Slow 3G"

Field Value

string

Properties

Download

Download speed (bytes/s), -1 to disable.

public double Download { get; set; }

Property Value

double

Latency

Latency (ms), 0 to disable.

public double Latency { get; set; }

Property Value

double

Upload

Upload speed (bytes/s), -1 to disable.

public double Upload { get; set; }

Property Value

double