Skip to content

Commit cd12f66

Browse files
committed
[dotnet] Fixing doc string for Network Conditions methods
Fixes issue #9461.
1 parent 08ddd4d commit cd12f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/webdriver/Chromium/ChromiumNetworkConditions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public TimeSpan Latency
5252
}
5353

5454
/// <summary>
55-
/// Gets or sets the throughput of the network connection in kb/second for downloading.
55+
/// Gets or sets the throughput of the network connection in bytes/second for downloading.
5656
/// </summary>
5757
public long DownloadThroughput
5858
{
@@ -61,7 +61,7 @@ public long DownloadThroughput
6161
}
6262

6363
/// <summary>
64-
/// Gets or sets the throughput of the network connection in kb/second for uploading.
64+
/// Gets or sets the throughput of the network connection in bytes/second for uploading.
6565
/// </summary>
6666
public long UploadThroughput
6767
{

0 commit comments

Comments
 (0)