Skip to content

Commit e71f03f

Browse files
committed
Fixing javadoc. Fixes issue 7033
1 parent b91a563 commit e71f03f

File tree

1 file changed

+1
-1
lines changed
  • java/client/src/org/openqa/selenium/interactions

1 file changed

+1
-1
lines changed

Diff for: java/client/src/org/openqa/selenium/interactions/Actions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public Actions moveToElement(WebElement toElement) {
256256
* Moves the mouse to an offset from the top-left corner of the element.
257257
* The element is scrolled into view and its location is calculated using getBoundingClientRect.
258258
* @param toElement element to move to.
259-
* @param xOffset Offset from the top-left corner. A negative value means coordinates right from
259+
* @param xOffset Offset from the top-left corner. A negative value means coordinates left from
260260
* the element.
261261
* @param yOffset Offset from the top-left corner. A negative value means coordinates above
262262
* the element.

0 commit comments

Comments
 (0)