TouchScreenScroll Method
Scroll on the touch screen using finger based motion events.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As TouchScreen
Dim xoffset As Integer
Dim yoffset As Integer
Dim returnValue As TouchScreen

returnValue = instance.Scroll(xoffset, 
	yoffset)

Parameters

xoffset
Type: SystemInt32
{number} The x offset in pixels to scrollby.
yoffset
Type: SystemInt32
{number} The y offset in pixels to scrollby

Return Value

Type: TouchScreen

[Missing <returns> documentation for "M:Selenium.TouchScreen.Scroll(System.Int32,System.Int32)"]

See Also