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 b6fbe7e commit ac635bcCopy full SHA for ac635bc
dotnet/src/webdriver/Remote/RemoteSessionSettings.cs
@@ -359,9 +359,9 @@ private string GetDebuggerDisplay()
359
360
if (!string.IsNullOrEmpty(browser))
361
{
362
- return $"Browser = {browser}, Extra driver options count = {this.firstMatchOptions.Count}";
+ return $"Browser = {browser}, Additional Driver Count = {this.firstMatchOptions.Count}";
363
}
364
- return $"Extra driver options Count = {this.firstMatchOptions.Count}, ";
+ return $"Additional Driver Count = {this.firstMatchOptions.Count}, ";
365
366
367
0 commit comments