Actions Build Method WebDriver
Builds the sequence of actions.

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

public IAction Build()

Return Value

A composite IAction which can be used to perform the actions.
See Also