TouchActionsScrollFrom Method
Creates a scroll gesture that starts on a particular screen location.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As TouchActions
Dim element As WebElement
Dim offsetX As Integer
Dim offsetY As Integer
Dim returnValue As TouchActions

returnValue = instance.ScrollFrom(element, 
	offsetX, offsetY)

Parameters

element
Type: SeleniumWebElement
The web element on the screen where the scroll starts
offsetX
Type: SystemInt32
The x coordinate relative to the view port.
offsetY
Type: SystemInt32
The y coordinate relative to the view port.

Return Value

Type: TouchActions

[Missing <returns> documentation for "M:Selenium.TouchActions.ScrollFrom(Selenium.WebElement,System.Int32,System.Int32)"]

See Also