TouchActions Scroll Method (Int32, Int32)WebDriver
Scrolls the touch screen to the specified offset.

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

public TouchActions Scroll(
	int offsetX,
	int offsetY
)

Parameters

offsetX
Type: OnlineSystem Int32
The horizontal offset relative to the view port.
offsetY
Type: OnlineSystem Int32
The vertical offset relative to the view port.

Return Value

A self-reference to this TouchActions.
See Also