mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 08:55:14 +00:00
Update chrome.js
This commit is contained in:
parent
2e3ae53ab7
commit
3450a3124a
|
@ -467,10 +467,10 @@ exports.start = function(url, proxyPort, profileName, userDataDir, installedDir)
|
|||
exports.startWithDebugging = function(url, proxy, profileName, debuggingPort) {
|
||||
var isChecked = false;
|
||||
var browser = (new ChromeObject())
|
||||
.setProxy(proxy)
|
||||
.setProfile(profileName, null)
|
||||
.setUserDataDir(null)
|
||||
.setDebuggingPort(debuggingPort)
|
||||
.setProxy(proxy)
|
||||
.setProfile(profileName, null)
|
||||
.setUserDataDir(null)
|
||||
.setDebuggingPort(debuggingPort)
|
||||
;
|
||||
|
||||
while (!isChecked) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user