Scrolls the touch screen to the specified offset.
Namespace: OpenQA.Selenium.InteractionsAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public TouchActions Scroll( int offsetX, int offsetY )
Parameters
- offsetX
- Type:
System Int32
The horizontal offset relative to the view port.
- offsetY
- Type:
System Int32
The vertical offset relative to the view port.
Return Value
A self-reference to this TouchActions.See Also