Update chrome.js

This commit is contained in:
Namhyeon Go 2022-01-26 02:41:32 +09:00 committed by GitHub
parent 730de840bf
commit 22fa86f7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1140,7 +1140,7 @@ var ChromeObject = function() {
switch (vendor) {
case "msedge":
this.workingDirectory = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Microsoft\\Edge\\Application";
this.binPath = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Microsoft\\Edge\\Application\\chrome.exe";
this.binPath = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Microsoft\\Edge\\Application\\msedge.exe";
break;
case "chrome":