Initializes a new instance of the Actions class.
Namespace: OpenQA.Selenium.InteractionsAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public Actions( IWebDriver driver )
Parameters
- driver
- Type: OpenQA.Selenium IWebDriver
The IWebDriver object on which the actions built will be performed.
See Also