C# Class NUnitGoCore.NunitGoItems.Screenshots.Taker

Mostrar archivo Open project: elv1s42/NUnitGo Class Usage Examples

Public Methods

Method Description
GetPath ( ) : string
GetScreenName ( System.DateTime now, ImageFormat format = null ) : string
TakeScreenshot ( string screenPath, System.DateTime creationTime = default(DateTime) ) : string

Method Details

GetPath() public static method

public static GetPath ( ) : string
return string

GetScreenName() public static method

public static GetScreenName ( System.DateTime now, ImageFormat format = null ) : string
now System.DateTime
format System.Drawing.Imaging.ImageFormat
return string

TakeScreenshot() public static method

public static TakeScreenshot ( string screenPath, System.DateTime creationTime = default(DateTime) ) : string
screenPath string
creationTime System.DateTime
return string