Skip to content

Commit

Permalink
Fixing javadoc. Fixes issue 7033
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 26, 2014
1 parent b91a563 commit e71f03f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public Actions moveToElement(WebElement toElement) {
* Moves the mouse to an offset from the top-left corner of the element.
* The element is scrolled into view and its location is calculated using getBoundingClientRect.
* @param toElement element to move to.
* @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
* the element.
* @param yOffset Offset from the top-left corner. A negative value means coordinates above
* the element.
Expand Down

0 comments on commit e71f03f

Please sign in to comment.