mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update chrome.js
This commit is contained in:
parent
8e13c7e219
commit
1aef40104a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user