Moves to the specified location on the screen.
Namespace: OpenQA.Selenium.InteractionsAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public TouchActions Move( int locationX, int locationY )
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.
Return Value
A self-reference to this TouchActions.See Also