We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f95c01 commit 4949f5bCopy full SHA for 4949f5b
dotnet/src/webdriver/Interactions/Actions.cs
@@ -422,6 +422,11 @@ public void Perform()
422
this.actionExecutor.PerformActions(this.actionBuilder.ToActionSequenceList());
423
}
424
425
+ public void Reset()
426
+ {
427
+ this.actionBuilder = new ActionBuilder();
428
+ }
429
+
430
/// <summary>
431
/// Gets the <see cref="ILocatable"/> instance of the specified <see cref="IWebElement"/>.
432
/// </summary>
0 commit comments