Initializes a new instance of the RemoteTouchScreen class.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public RemoteTouchScreen( RemoteWebDriver driver )
Parameters
- driver
- Type: OpenQA.Selenium.Remote RemoteWebDriver
The RemoteWebDriver for which the touch screen will be managed.
See Also