Skip to content

Commit

Permalink
[JS] Updated jsdoc for move action (SeleniumHQ#10816)
Browse files Browse the repository at this point in the history
Updated jsdoc for move action
  • Loading branch information
praveendvd authored and elgatov committed Jun 27, 2022
1 parent ff29368 commit 03c5bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/node/selenium-webdriver/lib/input.js
Expand Up @@ -857,9 +857,9 @@ class Actions {
/**
* Inserts an action for moving the mouse `x` and `y` pixels relative to the
* specified `origin`. The `origin` may be defined as the mouse's
* {@linkplain ./input.Origin.POINTER current position}, the
* {@linkplain ./input.Origin.POINTER current position}, the top-left corner of the
* {@linkplain ./input.Origin.VIEWPORT viewport}, or the center of a specific
* {@linkplain ./webdriver.WebElement WebElement}.
* {@linkplain ./webdriver.WebElement WebElement}. Default is top left corner of the view-port if origin is not specified
*
* You may adjust how long the remote end should take, in milliseconds, to
* perform the move using the `duration` parameter (defaults to 100 ms).
Expand Down

0 comments on commit 03c5bfe

Please sign in to comment.