Skip to content

Commit

Permalink
[dotnet] Tracking SM language binding in C#
Browse files Browse the repository at this point in the history
Helps with SeleniumHQ#13288
  • Loading branch information
diemol committed Dec 13, 2023
1 parent e2b6bd7 commit 777583b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/src/webdriver/SeleniumManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public static string DriverPath(DriverOptions options)
{
StringBuilder argsBuilder = new StringBuilder();
argsBuilder.AppendFormat(CultureInfo.InvariantCulture, " --browser \"{0}\"", options.BrowserName);
argsBuilder.Append(" --language-binding csharp");
argsBuilder.Append(" --output json");

if (!string.IsNullOrEmpty(options.BrowserVersion))
Expand Down

0 comments on commit 777583b

Please sign in to comment.