mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Update chrome.js
This commit is contained in:
parent
7ed1cab718
commit
34115728fe
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user