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 7be7e2e commit 4ce2649Copy full SHA for 4ce2649
dotnet/src/webdriver/SeleniumManager.cs
@@ -77,7 +77,7 @@ private static string Binary
77
{
78
binary = "selenium-manager/windows/selenium-manager.exe";
79
}
80
- else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
+ else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux) || RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
81
82
binary = "selenium-manager/linux/selenium-manager";
83
0 commit comments