Creates a scroll gesture that starts on a particular screen location.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
void Scroll( ICoordinates where, int offsetX, int offsetY )
Parameters
- where
- Type: OpenQA.Selenium.Interactions.Internal ICoordinates
The ICoordinates object representing the location on the screen where the scroll starts, usually an IWebElement.
- offsetX
- Type:
System Int32
The x coordinate relative to the view port.
- offsetY
- Type:
System Int32
The y coordinate relative to the view port.
See Also