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 567e845 commit 0f8f4b6Copy full SHA for 0f8f4b6
WebDriverManager/DriverConfigs/Impl/ChromeConfig.cs
@@ -109,7 +109,8 @@ private string GetRawBrowserVersion()
109
{
110
return RegistryHelper.GetInstalledBrowserVersionLinux(
111
"google-chrome", "--product-version",
112
- "chromium", "--version");
+ "chromium", "--version",
113
+ "chromium-browser", "--version");
114
}
115
116
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
0 commit comments