From 18b9da8f42f79f685fc3620be9c7936ed9d4bade Mon Sep 17 00:00:00 2001 From: praveendvd Date: Sun, 26 Jun 2022 11:26:21 +0000 Subject: [PATCH] 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).