UNPKG

@christian-bromann/webdriverio

Version:

A nodejs bindings implementation for selenium 2.0/webdriver

7 lines (5 loc) 109 B
/* global window */ let scroll = function (x, y) { return window.scrollTo(x, y) } export default scroll