Update chrome.js

This commit is contained in:
Namhyeon Go 2021-06-20 05:53:58 +09:00 committed by GitHub
parent 8e13c7e219
commit 1aef40104a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();