Resets the input state of the action executor.
()
| 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 |