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 088e107 commit da351d4Copy full SHA for da351d4
dotnet/src/webdriver/SeleniumManager.cs
@@ -85,7 +85,7 @@ public static class SeleniumManager
85
SupportedPlatform.Linux => Path.Combine(currentDirectory, "runtimes", "linux", "native", "selenium-manager"),
86
SupportedPlatform.MacOS => Path.Combine(currentDirectory, "runtimes", "osx", "native", "selenium-manager"),
87
_ => throw new PlatformNotSupportedException(
88
- $"Selenium Manager doesn't support your runtime platform: {RuntimeInformation.OSDescription}"),
+ $"Selenium Manager doesn't support your runtime platform: {RuntimeInformation.OSDescription}"),
89
};
90
}
91
0 commit comments