Allows the execution of the gesture 'down' on the screen. It is typically the first of a
sequence of touch gestures.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- locationX
- Type:
System Int32
The x coordinate relative to the view port.
- locationY
- Type:
System Int32
The y coordinate relative to the view port.
Implements
ITouchScreen Down(Int32, Int32)See Also