Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.5 KB

File metadata and controls

19 lines (17 loc) · 1.5 KB

WebDriverExtensions.ScrollBrowserWindow(OpenQA.Selenium.IWebDriver, int) Method

Scrolls the current browser window by the given scroll amount.

public static OpenQA.Selenium.IWebDriver ScrollBrowserWindow(this OpenQA.Selenium.IWebDriver driver, int scrollLength);

Parameters

driver OpenQA.Selenium.IWebDriver
This OpenQA.Selenium.IWebDriver instance.

scrollLength System.Int32
Length of the scroll.

Returns

OpenQA.Selenium.IWebDriver
A self-reference to this OpenQA.Selenium.IWebDriver.