TouchActionsScroll Method |
Creates a scroll gesture that starts on a particular screen location.
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As TouchActions
Dim offsetX As Integer
Dim offsetY As Integer
Dim returnValue As TouchActions
returnValue = instance.Scroll(offsetX,
offsetY)
Parameters
- 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.Scroll(System.Int32,System.Int32)"]
See Also