From efc54a6a715a44ccbbada8b2b3d466b330ccb096 Mon Sep 17 00:00:00 2001 From: twilczek Date: Wed, 18 Jan 2017 15:32:29 +0100 Subject: [PATCH] Update scroll.js --- lib/commands/scroll.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/commands/scroll.js b/lib/commands/scroll.js index 62c8a36585f..fd3efa9f3b2 100644 --- a/lib/commands/scroll.js +++ b/lib/commands/scroll.js @@ -22,8 +22,8 @@ * * @alias browser.scroll * @param {String=} selector element to scroll to - * @param {Number} xoffset x offset to scroll to - * @param {Number} yoffset y offset to scroll to + * @param {Number=} xoffset x offset to scroll to + * @param {Number=} yoffset y offset to scroll to * @uses protocol/element, protocol/elementIdLocation, protocol/touchScroll, protocol/execute * @type utility *