From 1aef40104ac6b4e023e19c69313d289d3b047def Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 20 Jun 2021 05:53:58 +0900 Subject: [PATCH] Update chrome.js --- lib/chrome.js | 1 + 1 file changed, 1 insertion(+) 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();