Update chrome.js

This commit is contained in:
Namhyeon Go 2021-07-19 23:32:47 +09:00 committed by GitHub
parent 2e3ae53ab7
commit 3450a3124a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {