mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-19 16:11:03 +00:00
Update chrome.js
This commit is contained in:
parent
58b7dc34f1
commit
d71fa8f299
|
@ -1179,6 +1179,10 @@ var ChromeObject = function(interfaces) {
|
||||||
this.oAutoIt.callFunction("MouseWheel", ["down"]);
|
this.oAutoIt.callFunction("MouseWheel", ["down"]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
this.getReadyState = function() {
|
||||||
|
return this.getEvaluatedValue("document.readyState");
|
||||||
|
};
|
||||||
|
|
||||||
this.create();
|
this.create();
|
||||||
};
|
};
|
||||||
ChromeObject.prototype = new STD.EventableObject();
|
ChromeObject.prototype = new STD.EventableObject();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user