Skip to content

Commit

Permalink
Updating documentation comment in .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed May 26, 2018
1 parent 51376f6 commit 7691ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/src/webdriver/Interactions/Actions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ public Actions MoveToElement(IWebElement toElement, int offsetX, int offsetY)
/// <param name="toElement">The element to which to move the mouse.</param>
/// <param name="offsetX">The horizontal offset to which to move the mouse.</param>
/// <param name="offsetY">The vertical offset to which to move the mouse.</param>
/// <param name="offsetOrigin">The <see cref="MoveToElementOffsetOrigin"/> value from which to calculate the offset.</param>
/// <returns>A self-reference to this <see cref="Actions"/>.</returns>
public Actions MoveToElement(IWebElement toElement, int offsetX, int offsetY, MoveToElementOffsetOrigin offsetOrigin)
{
Expand Down

0 comments on commit 7691ee2

Please sign in to comment.