C# Class Selenium.Extensions.ScreenShotExtensions

Show file Open project: Jayman1305/Selenium.Extensions

Public Methods

Method Description
GetFullScreenShot ( ITestWebDriver driver, TestSettings testSettings ) : Bitmap

Gets the full screen shot.

Method Details

GetFullScreenShot() public static method

Gets the full screen shot.
public static GetFullScreenShot ( ITestWebDriver driver, TestSettings testSettings ) : Bitmap
driver ITestWebDriver The driver.
testSettings TestSettings The test settings.
return System.Drawing.Bitmap