Skip to content

Commit

Permalink
Detect Edge version also in Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jan 14, 2021
1 parent a783cf5 commit f2e85e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ protected Optional<String> getBrowserVersionFromTheShell() {
String versionFlag = IS_OS_MAC_OSX ? "-version" : "--version";

return versionDetector.getDefaultBrowserVersion(programFilesEnvs,
winBrowserNames, "", macBrowserName, versionFlag);
winBrowserNames, "microsoft-edge", macBrowserName, versionFlag);
}

@Override
Expand Down

0 comments on commit f2e85e1

Please sign in to comment.