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

Inheritance: Objectivity.Test.Automation.Tests.PageObjects.ProjectPageBase
Mostra file Open project: ObjectivityBSS/Test.Automation

Public Methods

Method 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 method

public CheckIfScreenShotIsSaved ( int screenShotNumber ) : string
screenShotNumber int
return string

DownloadPage() public method

public DownloadPage ( DriverContext driverContext ) : System
driverContext Objectivity.Test.Automation.Common.DriverContext
return System

SaveAnyFile() public method

public SaveAnyFile ( ) : DownloadPage
return DownloadPage

SaveFile() public method

public SaveFile ( string newName ) : DownloadPage
newName string
return DownloadPage

SaveFile() public method

public SaveFile ( string fileName, string newName ) : DownloadPage
fileName string
newName string
return DownloadPage

SaveWebDriverScreenShot() public method

public SaveWebDriverScreenShot ( ) : void
return void