Skip to content

Commit 777583b

Browse files
committed
[dotnet] Tracking SM language binding in C#
Helps with #13288
1 parent e2b6bd7 commit 777583b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/SeleniumManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public static string DriverPath(DriverOptions options)
8181
{
8282
StringBuilder argsBuilder = new StringBuilder();
8383
argsBuilder.AppendFormat(CultureInfo.InvariantCulture, " --browser \"{0}\"", options.BrowserName);
84+
argsBuilder.Append(" --language-binding csharp");
8485
argsBuilder.Append(" --output json");
8586

8687
if (!string.IsNullOrEmpty(options.BrowserVersion))

0 commit comments

Comments
 (0)