TouchScreenScrollFrom 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 element As WebElement
Dim xoffset As Integer
Dim yoffset As Integer
Dim returnValue As TouchScreen

returnValue = instance.ScrollFrom(element, 
	xoffset, yoffset)

Parameters

element
Type: SeleniumWebElement
ID of the element where the scroll starts.
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.ScrollFrom(Selenium.WebElement,System.Int32,System.Int32)"]

See Also