C# Class SeShell.Test.Core.ScreenShotImage

Inheritance: BaseClass
Exibir arquivo Open project: ectechno/seshell

Public Methods

Method Description
CaptureScreenShot ( String imageName ) : void

Capture and store the image in jpg format

DeleteFile ( String filePath ) : void

delete the given file

Method Details

CaptureScreenShot() public method

Capture and store the image in jpg format
public CaptureScreenShot ( String imageName ) : void
imageName String
return void

DeleteFile() public method

delete the given file
public DeleteFile ( String filePath ) : void
filePath String
return void