ITouchScreen Scroll Method (ICoordinates, Int32, Int32)WebDriver
Creates a scroll gesture that starts on a particular screen location.

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

void Scroll(
	ICoordinates where,
	int offsetX,
	int offsetY
)

Parameters

where
Type: OpenQA.Selenium.Interactions.Internal ICoordinates
The ICoordinates object representing the location on the screen where the scroll starts, usually an IWebElement.
offsetX
Type: OnlineSystem Int32
The x coordinate relative to the view port.
offsetY
Type: OnlineSystem Int32
The y coordinate relative to the view port.
See Also