C# Class Objectivity.Test.Automation.Tests.PageObjects.PageObjects.Kendo.KendoTreeViewPage

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

Méthodes publiques

Méthode Description
CollapseTreeView ( ) : KendoTreeViewPage
ExpandTreeView ( ) : KendoTreeViewPage
FindElementsByText ( string text ) : Collection
KendoTreeViewPage ( DriverContext driverContext ) : System
Open ( ) : KendoTreeViewPage
SelectElementByText ( string text ) : KendoTreeViewPage

Method Details

CollapseTreeView() public méthode

public CollapseTreeView ( ) : KendoTreeViewPage
Résultat KendoTreeViewPage

ExpandTreeView() public méthode

public ExpandTreeView ( ) : KendoTreeViewPage
Résultat KendoTreeViewPage

FindElementsByText() public méthode

public FindElementsByText ( string text ) : Collection
text string
Résultat Collection

KendoTreeViewPage() public méthode

public KendoTreeViewPage ( DriverContext driverContext ) : System
driverContext Objectivity.Test.Automation.Common.DriverContext
Résultat System

Open() public méthode

public Open ( ) : KendoTreeViewPage
Résultat KendoTreeViewPage

SelectElementByText() public méthode

public SelectElementByText ( string text ) : KendoTreeViewPage
text string
Résultat KendoTreeViewPage