Update chrome.js
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

This commit is contained in:
Namhyeon Go 2024-09-02 21:41:35 +09:00 committed by GitHub
parent 7ed1cab718
commit 34115728fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -690,7 +690,7 @@ var ChromeObject = function() {
if (!(this.debuggingPort > 0))
return;
var i = 0, k = 5;
var i = 0, k = 60;
while (i < k && title != this.getTitle()) {
sleep(1000);
this.evaluate('document.title = ' + this.__escape(title));
@ -1414,7 +1414,7 @@ exports.startDebugInPrivate = function(url, proxy, profileName, debuggingPort, i
;
};
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.11";
exports.VERSIONINFO = "Chrome Web Browser Debugging Interface (chrome.js) version 0.4.12";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;
exports.require = global.require;