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

The status codes page object.
Inheritance: ProjectPageBase
Mostra file Open project: ObjectivityBSS/Test.Automation

Public Methods

Method Description
Click200 ( ) : HttpCode200Page
IsStatusCodesPageDisplayed ( ) : bool
IsTextExistedInPageSource ( string text ) : bool
StatusCodesPage ( DriverContext driverContext ) : NLog

Method Details

Click200() public method

public Click200 ( ) : HttpCode200Page
return HttpCode200Page

IsStatusCodesPageDisplayed() public method

public IsStatusCodesPageDisplayed ( ) : bool
return bool

IsTextExistedInPageSource() public method

public IsTextExistedInPageSource ( string text ) : bool
text string
return bool

StatusCodesPage() public method

public StatusCodesPage ( DriverContext driverContext ) : NLog
driverContext Objectivity.Test.Automation.Common.DriverContext
return NLog