Skip to content

Commit 5cc42f2

Browse files
committed
[dotnet] Fixing hardcoded path
1 parent da5cd9d commit 5cc42f2

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
#else
7878
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
7979
{
80-
binary = "C:/projects/seleniumhq/selenium/common/manager/windows/selenium-manager.exe";
80+
binary = "selenium-manager/windows/selenium-manager.exe";
8181
}
8282
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
8383
{

0 commit comments

Comments
 (0)