mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 17:34:58 +00:00
Update chrome.js
This commit is contained in:
parent
e848b5d116
commit
fd081bc1ef
|
@ -819,8 +819,6 @@ var ChromeObject = function() {
|
|||
;
|
||||
return this.evaluate(s);
|
||||
};
|
||||
|
||||
|
||||
|
||||
this.scrollTo = function(x, y) {
|
||||
return this.evaluate('window.scrollTo(parseInt(' + x + '), parseInt(' + y + '))');
|
||||
|
|
Loading…
Reference in New Issue
Block a user