diff --git a/lib/chrome.js b/lib/chrome.js index f68e3ae..108fdf4 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -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 + '))');