C# Class SeShell.Test.Core.ScreenShotImage

Inheritance: BaseClass
Afficher le fichier Open project: ectechno/seshell

Méthodes publiques

Méthode 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 méthode

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

DeleteFile() public méthode

delete the given file
public DeleteFile ( String filePath ) : void
filePath String
Résultat void