From 7691ee2f09e44d707532981c9fed0a92fdd3b671 Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Sat, 26 May 2018 08:39:48 -0700 Subject: [PATCH] Updating documentation comment in .NET --- dotnet/src/webdriver/Interactions/Actions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet/src/webdriver/Interactions/Actions.cs b/dotnet/src/webdriver/Interactions/Actions.cs index 0639b9fe2f0ac..d77690d0e214b 100644 --- a/dotnet/src/webdriver/Interactions/Actions.cs +++ b/dotnet/src/webdriver/Interactions/Actions.cs @@ -337,6 +337,7 @@ public Actions MoveToElement(IWebElement toElement, int offsetX, int offsetY) /// The element to which to move the mouse. /// The horizontal offset to which to move the mouse. /// The vertical offset to which to move the mouse. + /// The value from which to calculate the offset. /// A self-reference to this . public Actions MoveToElement(IWebElement toElement, int offsetX, int offsetY, MoveToElementOffsetOrigin offsetOrigin) {