We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ddd4d commit cd12f66Copy full SHA for cd12f66
dotnet/src/webdriver/Chromium/ChromiumNetworkConditions.cs
@@ -52,7 +52,7 @@ public TimeSpan Latency
52
}
53
54
/// <summary>
55
- /// Gets or sets the throughput of the network connection in kb/second for downloading.
+ /// Gets or sets the throughput of the network connection in bytes/second for downloading.
56
/// </summary>
57
public long DownloadThroughput
58
{
@@ -61,7 +61,7 @@ public long DownloadThroughput
61
62
63
64
- /// Gets or sets the throughput of the network connection in kb/second for uploading.
+ /// Gets or sets the throughput of the network connection in bytes/second for uploading.
65
66
public long UploadThroughput
67
0 commit comments