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

Inheritance: ProjectPageBase
Afficher le fichier Open project: ObjectivityBSS/Test.Automation

Méthodes publiques

Méthode Description
NestedFramesPage ( DriverContext driverContext ) : Common
ReturnToDefaultContent ( ) : NestedFramesPage
SwitchToFrame ( string frame ) : NestedFramesPage
SwitchToParentFrame ( ) : NestedFramesPage

Method Details

NestedFramesPage() public méthode

public NestedFramesPage ( DriverContext driverContext ) : Common
driverContext DriverContext
Résultat Common

ReturnToDefaultContent() public méthode

public ReturnToDefaultContent ( ) : NestedFramesPage
Résultat NestedFramesPage

SwitchToFrame() public méthode

public SwitchToFrame ( string frame ) : NestedFramesPage
frame string
Résultat NestedFramesPage

SwitchToParentFrame() public méthode

public SwitchToParentFrame ( ) : NestedFramesPage
Résultat NestedFramesPage