mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-30 11:23:42 +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) {
|
exports.startWithDebugging = function(url, proxy, profileName, debuggingPort) {
|
||||||
var isChecked = false;
|
var isChecked = false;
|
||||||
var browser = (new ChromeObject())
|
var browser = (new ChromeObject())
|
||||||
.setProxy(proxy)
|
.setProxy(proxy)
|
||||||
.setProfile(profileName, null)
|
.setProfile(profileName, null)
|
||||||
.setUserDataDir(null)
|
.setUserDataDir(null)
|
||||||
.setDebuggingPort(debuggingPort)
|
.setDebuggingPort(debuggingPort)
|
||||||
;
|
;
|
||||||
|
|
||||||
while (!isChecked) {
|
while (!isChecked) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user