diff --git a/lib/chrome.js b/lib/chrome.js index 271b429..5d1292e 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -237,7 +237,7 @@ var ChromeObject = function(interfaces) { // if the file does not exists, Check the 32bit installation folder again if (!FILE.fileExists(this.binPath)) { - this.workingDirectory = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Google\\Chrome\\Application"; + this.workingDirectory = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Google\\:installedDir\\Application"; this.binPath = SYS.getEnvString("PROGRAMFILES(X86)") + "\\Google\\:installedDir\\Application\\chrome.exe"; this.setProfile(this.profileName, this.installedDir); }