MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / ResetInputState

Method ResetInputState

dotnet/src/webdriver/WebDriver.cs:407–410  ·  view source on GitHub ↗

Resets the input state of the action executor.

()

Source from the content-addressed store, hash-verified

405 /// Resets the input state of the action executor.
406 /// </summary>
407 public void ResetInputState()
408 {
409 this.Execute(DriverCommand.CancelActions, null);
410 }
411
412 /// <summary>
413 /// Close the Browser and Dispose of WebDriver

Callers 9

SetupTestMethod · 0.45
SetupTestMethod · 0.45
SetupMethod · 0.45
ReleaseModifierKeysMethod · 0.45
SelectionSelectByWordMethod · 0.45
SetupMethod · 0.45
ReleaseModifierKeysMethod · 0.45
SetupTestMethod · 0.45

Calls 1

ExecuteMethod · 0.95

Tested by 9

SetupTestMethod · 0.36
SetupTestMethod · 0.36
SetupMethod · 0.36
ReleaseModifierKeysMethod · 0.36
SelectionSelectByWordMethod · 0.36
SetupMethod · 0.36
ReleaseModifierKeysMethod · 0.36
SetupTestMethod · 0.36