Actions AddAction Method WebDriver
Adds an action to current list of actions to be performed.

Namespace: OpenQA.Selenium.Interactions
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

protected void AddAction(
	IAction actionToAdd
)
See Also