C# Class SeShell.Test.Flows.LoginPageFlow

Inheritance: SeShell.Test.Core.BaseClass
Datei anzeigen Open project: ectechno/seshell Class Usage Examples

Public Methods

Method Description
LoginAs ( string username, string password ) : void
LoginAsAdminSucess ( ) : HomePageFlow
LoginAsSucess ( string username, string password ) : HomePageFlow
LoginAsUnSucess ( string username, string password ) : LoginPageFlow
NavigateToLogin ( ) : LoginPageFlow

Method Details

LoginAs() public method

public LoginAs ( string username, string password ) : void
username string
password string
return void

LoginAsAdminSucess() public method

public LoginAsAdminSucess ( ) : HomePageFlow
return HomePageFlow

LoginAsSucess() public method

public LoginAsSucess ( string username, string password ) : HomePageFlow
username string
password string
return HomePageFlow

LoginAsUnSucess() public method

public LoginAsUnSucess ( string username, string password ) : LoginPageFlow
username string
password string
return LoginPageFlow

NavigateToLogin() public method

public NavigateToLogin ( ) : LoginPageFlow
return LoginPageFlow