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 da5cd9d commit 5cc42f2Copy full SHA for 5cc42f2
dotnet/src/webdriver/SeleniumManager.cs
@@ -77,7 +77,7 @@ private static string Binary
77
#else
78
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
79
{
80
- binary = "C:/projects/seleniumhq/selenium/common/manager/windows/selenium-manager.exe";
+ binary = "selenium-manager/windows/selenium-manager.exe";
81
}
82
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
83
0 commit comments