Skip to content

Commit 3fd461f

Browse files
Merge branch 'trunk' into py-typed
2 parents 8bbc897 + 5264548 commit 3fd461f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotnet/src/webdriver/Interactions/WheelInputDevice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public override Dictionary<string, object> ToDictionary()
152152
{
153153
Dictionary<string, object> toReturn = new Dictionary<string, object>();
154154

155-
toReturn["type"] = "pointerMove";
155+
toReturn["type"] = "scroll";
156156
if (this.duration != TimeSpan.MinValue)
157157
{
158158
toReturn["duration"] = Convert.ToInt64(this.duration.TotalMilliseconds);

0 commit comments

Comments
 (0)