C# 클래스 Objectivity.Test.Automation.Tests.PageObjects.PageObjects.TheInternet.DownloadPage

상속: Objectivity.Test.Automation.Tests.PageObjects.ProjectPageBase
파일 보기 프로젝트 열기: ObjectivityBSS/Test.Automation

공개 메소드들

메소드 설명
CheckIfScreenShotIsSaved ( int screenShotNumber ) : string
DownloadPage ( DriverContext driverContext ) : System
SaveAnyFile ( ) : DownloadPage
SaveFile ( string newName ) : DownloadPage
SaveFile ( string fileName, string newName ) : DownloadPage
SaveWebDriverScreenShot ( ) : void

메소드 상세

CheckIfScreenShotIsSaved() 공개 메소드

public CheckIfScreenShotIsSaved ( int screenShotNumber ) : string
screenShotNumber int
리턴 string

DownloadPage() 공개 메소드

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

SaveAnyFile() 공개 메소드

public SaveAnyFile ( ) : DownloadPage
리턴 DownloadPage

SaveFile() 공개 메소드

public SaveFile ( string newName ) : DownloadPage
newName string
리턴 DownloadPage

SaveFile() 공개 메소드

public SaveFile ( string fileName, string newName ) : DownloadPage
fileName string
newName string
리턴 DownloadPage

SaveWebDriverScreenShot() 공개 메소드

public SaveWebDriverScreenShot ( ) : void
리턴 void