C# Class Objectivity.Test.Automation.Tests.PageObjects.PageObjects.TheInternet.DownloadPage

Inheritance: Objectivity.Test.Automation.Tests.PageObjects.ProjectPageBase
Afficher le fichier Open project: ObjectivityBSS/Test.Automation

Méthodes publiques

Méthode Description
CheckIfScreenShotIsSaved ( int screenShotNumber ) : string
DownloadPage ( DriverContext driverContext ) : System
SaveAnyFile ( ) : DownloadPage
SaveFile ( string newName ) : DownloadPage
SaveFile ( string fileName, string newName ) : DownloadPage
SaveWebDriverScreenShot ( ) : void

Method Details

CheckIfScreenShotIsSaved() public méthode

public CheckIfScreenShotIsSaved ( int screenShotNumber ) : string
screenShotNumber int
Résultat string

DownloadPage() public méthode

public DownloadPage ( DriverContext driverContext ) : System
driverContext Objectivity.Test.Automation.Common.DriverContext
Résultat System

SaveAnyFile() public méthode

public SaveAnyFile ( ) : DownloadPage
Résultat DownloadPage

SaveFile() public méthode

public SaveFile ( string newName ) : DownloadPage
newName string
Résultat DownloadPage

SaveFile() public méthode

public SaveFile ( string fileName, string newName ) : DownloadPage
fileName string
newName string
Résultat DownloadPage

SaveWebDriverScreenShot() public méthode

public SaveWebDriverScreenShot ( ) : void
Résultat void