Skip to content
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/Interactions/ActionSequence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public int Count
/// </summary>
public InputDevice inputDevice
{
get { return this.inputDevice; }
get { return this.device; }
}

/// <summary>
Expand Down
Loading