UNPKG

webdriverio-workflo

Version:

This is a customized version of webdriverio for use with workflo framework.

12 lines (10 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* global window */ var scroll = function scroll(x, y) { return window.scrollTo(x, y); }; exports.default = scroll; module.exports = exports["default"];