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

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

Public Methods

Method Description
NestedFramesPage ( DriverContext driverContext ) : Common
ReturnToDefaultContent ( ) : NestedFramesPage
SwitchToFrame ( string frame ) : NestedFramesPage
SwitchToParentFrame ( ) : NestedFramesPage

Method Details

NestedFramesPage() public method

public NestedFramesPage ( DriverContext driverContext ) : Common
driverContext DriverContext
return Common

ReturnToDefaultContent() public method

public ReturnToDefaultContent ( ) : NestedFramesPage
return NestedFramesPage

SwitchToFrame() public method

public SwitchToFrame ( string frame ) : NestedFramesPage
frame string
return NestedFramesPage

SwitchToParentFrame() public method

public SwitchToParentFrame ( ) : NestedFramesPage
return NestedFramesPage