Skip to content

Commit 7949433

Browse files
authored
[JS] Updated jsdoc for move action (#10816)
Updated jsdoc for move action
1 parent 2fbfc62 commit 7949433

File tree

1 file changed

+2
-2
lines changed
  • javascript/node/selenium-webdriver/lib

1 file changed

+2
-2
lines changed

javascript/node/selenium-webdriver/lib/input.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,9 +857,9 @@ class Actions {
857857
/**
858858
* Inserts an action for moving the mouse `x` and `y` pixels relative to the
859859
* specified `origin`. The `origin` may be defined as the mouse's
860-
* {@linkplain ./input.Origin.POINTER current position}, the
860+
* {@linkplain ./input.Origin.POINTER current position}, the top-left corner of the
861861
* {@linkplain ./input.Origin.VIEWPORT viewport}, or the center of a specific
862-
* {@linkplain ./webdriver.WebElement WebElement}.
862+
* {@linkplain ./webdriver.WebElement WebElement}. Default is top left corner of the view-port if origin is not specified
863863
*
864864
* You may adjust how long the remote end should take, in milliseconds, to
865865
* perform the move using the `duration` parameter (defaults to 100 ms).

0 commit comments

Comments
 (0)