diff --git a/lib/chrome.js b/lib/chrome.js index a5ab63e..2e1f1ff 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -170,6 +170,7 @@ var ChromeObject = function() { cmd.push("--proxy-server=\"" + this.proxy.protocol + "://" + this.proxy.host + ":" + this.proxyPort + "\""); cmd.push("--user-data-dir=\"" + this.userDataDir + "\""); cmd.push("\"" + url + "\""); + shell.runAs(this.binPath, cmd); sleep(1500); shell.release();