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

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

Public Methods

Method Description
EnterPassword ( string password ) : void
EnterUserName ( string userName ) : void
FormAuthenticationPage ( DriverContext driverContext ) : System
LogOn ( ) : void

Method Details

EnterPassword() public method

public EnterPassword ( string password ) : void
password string
return void

EnterUserName() public method

public EnterUserName ( string userName ) : void
userName string
return void

FormAuthenticationPage() public method

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

LogOn() public method

public LogOn ( ) : void
return void