We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91a563 commit e71f03fCopy full SHA for e71f03f
java/client/src/org/openqa/selenium/interactions/Actions.java
@@ -256,7 +256,7 @@ public Actions moveToElement(WebElement toElement) {
256
* Moves the mouse to an offset from the top-left corner of the element.
257
* The element is scrolled into view and its location is calculated using getBoundingClientRect.
258
* @param toElement element to move to.
259
- * @param xOffset Offset from the top-left corner. A negative value means coordinates right from
+ * @param xOffset Offset from the top-left corner. A negative value means coordinates left from
260
* the element.
261
* @param yOffset Offset from the top-left corner. A negative value means coordinates above
262
0 commit comments