diff --git a/lib/browser-command/generic-browser-commands.js b/lib/browser-command/generic-browser-commands.js index 453ae71..8f532b2 100644 --- a/lib/browser-command/generic-browser-commands.js +++ b/lib/browser-command/generic-browser-commands.js @@ -78,7 +78,7 @@ const genericBrowserCommands = { * @desc Scroll vertically and horizontally from the element position before clicking. * It can be used for instance when there is a floating object that hides a button to click on. A scroll would allow to make the button * move out of the floating object and thus be clickable. - * @since 1.1.0 + * @since 1.0.0 * @param {string} selector CSS selector to match * @param {int} hOffset Offset for the horizontal scroll * @param {int} vOffset Offset for the vertical scroll