Skip to content

Commit 4ce2649

Browse files
committed
[dotnet] add Selenium Manager support for Unix
1 parent 7be7e2e commit 4ce2649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/SeleniumManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private static string Binary
7777
{
7878
binary = "selenium-manager/windows/selenium-manager.exe";
7979
}
80-
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
80+
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux) || RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
8181
{
8282
binary = "selenium-manager/linux/selenium-manager";
8383
}

0 commit comments

Comments
 (0)