From 7949433994c440c1fd733a5176d97ea8fb34889c Mon Sep 17 00:00:00 2001 From: praveendvd <45095911+praveendvd@users.noreply.github.com> Date: Mon, 27 Jun 2022 09:57:26 +0100 Subject: [PATCH] [JS] Updated jsdoc for move action (#10816) Updated jsdoc for move action --- javascript/node/selenium-webdriver/lib/input.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/node/selenium-webdriver/lib/input.js b/javascript/node/selenium-webdriver/lib/input.js index c07083f260960..e249390f5019d 100644 --- a/javascript/node/selenium-webdriver/lib/input.js +++ b/javascript/node/selenium-webdriver/lib/input.js @@ -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).