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

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

Public Methods

Method Description
BasicAuthLinkClick ( ) : void
ChangeBasicAuthLink ( string newAttributeValue ) : void
GoToBasicAuthPage ( ) : BasicAuthPage
GoToCheckboxesPage ( ) : CheckboxesPage
GoToContextMenuPage ( ) : ContextMenuPage
GoToDynamicControls ( ) : DynamicControlsPage
GoToDynamicLoading ( ) : DynamicLoadingPage
GoToFileDownloader ( ) : DownloadPage
GoToFileUploader ( ) : UploadPage
GoToFloatingMenu ( ) : FloatingMenuPage
GoToForgotPasswordPage ( ) : ForgotPasswordPage
GoToFormAuthenticationPage ( ) : FormAuthenticationPage
GoToHoversPage ( ) : HoversPage
GoToJavaScriptAlerts ( ) : JavaScriptAlertsPage
GoToMultipleWindowsPage ( ) : MultipleWindowsPage
GoToNestedFramesPage ( ) : NestedFramesPage
GoToPage ( string page ) : void
GoToSecureFileDownloadPage ( ) : SecureFileDownloadPage
GoToShiftingContentPage ( ) : ShiftingContentPage
GoToSlowResources ( ) : SlowResourcesPage
GoToStatusCodesPage ( ) : StatusCodesPage
InternetPage ( DriverContext driverContext ) : System
OpenHomePage ( ) : InternetPage

Methods for this HomePage

OpenHomePageAndMeasureTime ( ) : InternetPage

Methods for this HomePage

OpenHomePageWithUserCredentials ( ) : InternetPage

Method Details

BasicAuthLinkClick() public method

public BasicAuthLinkClick ( ) : void
return void

ChangeBasicAuthLink() public method

public ChangeBasicAuthLink ( string newAttributeValue ) : void
newAttributeValue string
return void

GoToBasicAuthPage() public method

public GoToBasicAuthPage ( ) : BasicAuthPage
return BasicAuthPage

GoToCheckboxesPage() public method

public GoToCheckboxesPage ( ) : CheckboxesPage
return CheckboxesPage

GoToContextMenuPage() public method

public GoToContextMenuPage ( ) : ContextMenuPage
return ContextMenuPage

GoToDynamicControls() public method

public GoToDynamicControls ( ) : DynamicControlsPage
return DynamicControlsPage

GoToDynamicLoading() public method

public GoToDynamicLoading ( ) : DynamicLoadingPage
return DynamicLoadingPage

GoToFileDownloader() public method

public GoToFileDownloader ( ) : DownloadPage
return DownloadPage

GoToFileUploader() public method

public GoToFileUploader ( ) : UploadPage
return UploadPage

GoToFloatingMenu() public method

public GoToFloatingMenu ( ) : FloatingMenuPage
return FloatingMenuPage

GoToForgotPasswordPage() public method

public GoToForgotPasswordPage ( ) : ForgotPasswordPage
return ForgotPasswordPage

GoToFormAuthenticationPage() public method

public GoToFormAuthenticationPage ( ) : FormAuthenticationPage
return FormAuthenticationPage

GoToHoversPage() public method

public GoToHoversPage ( ) : HoversPage
return HoversPage

GoToJavaScriptAlerts() public method

public GoToJavaScriptAlerts ( ) : JavaScriptAlertsPage
return JavaScriptAlertsPage

GoToMultipleWindowsPage() public method

public GoToMultipleWindowsPage ( ) : MultipleWindowsPage
return MultipleWindowsPage

GoToNestedFramesPage() public method

public GoToNestedFramesPage ( ) : NestedFramesPage
return NestedFramesPage

GoToPage() public method

public GoToPage ( string page ) : void
page string
return void

GoToSecureFileDownloadPage() public method

public GoToSecureFileDownloadPage ( ) : SecureFileDownloadPage
return SecureFileDownloadPage

GoToShiftingContentPage() public method

public GoToShiftingContentPage ( ) : ShiftingContentPage
return ShiftingContentPage

GoToSlowResources() public method

public GoToSlowResources ( ) : SlowResourcesPage
return SlowResourcesPage

GoToStatusCodesPage() public method

public GoToStatusCodesPage ( ) : StatusCodesPage
return StatusCodesPage

InternetPage() public method

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

OpenHomePage() public method

Methods for this HomePage
public OpenHomePage ( ) : InternetPage
return InternetPage

OpenHomePageAndMeasureTime() public method

Methods for this HomePage
public OpenHomePageAndMeasureTime ( ) : InternetPage
return InternetPage

OpenHomePageWithUserCredentials() public method

public OpenHomePageWithUserCredentials ( ) : InternetPage
return InternetPage