Skip to content

Commit

Permalink
Set every command to @SInCE 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed Nov 12, 2018
1 parent 4cc0d62 commit bf55927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browser-command/generic-browser-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf55927

Please sign in to comment.