File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/node/selenium-webdriver/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -857,9 +857,9 @@ class Actions {
857
857
/**
858
858
* Inserts an action for moving the mouse `x` and `y` pixels relative to the
859
859
* 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
861
861
* {@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
863
863
*
864
864
* You may adjust how long the remote end should take, in milliseconds, to
865
865
* perform the move using the `duration` parameter (defaults to 100 ms).
You can’t perform that action at this time.
0 commit comments