TouchActions Constructor WebDriver
Initializes a new instance of the TouchActions class.

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

public TouchActions(
	IWebDriver driver
)

Parameters

driver
Type: OpenQA.Selenium IWebDriver
The IWebDriver object on which the actions built will be performed.
See Also