Scroll on the touch screen using finger based motion events.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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
See Also