RemoteTouchScreen Scroll Method (Int32, Int32)WebDriver
Creates a scroll gesture for a particular x and y offset.

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

public void 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.

Implements

ITouchScreen Scroll(Int32, Int32)
See Also