C# Class CodedUITestProject.Pages.IndexPage

Represents a Login page.
Inheritance: BasePage
Show file Open project: megadotnet/ironframework

Public Methods

Method Description
IsValidPageDisplayed ( ) : bool

Validate the correct page displayed.

Protected Methods

Method Description
ConstructUrl ( ) : Uri

Builds URL for the page.

Method Details

ConstructUrl() protected method

Builds URL for the page.
protected ConstructUrl ( ) : Uri
return System.Uri

IsValidPageDisplayed() public method

Validate the correct page displayed.
public IsValidPageDisplayed ( ) : bool
return bool