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

Inheritance: ProjectPageBase
Mostrar archivo Open project: ObjectivityBSS/Test.Automation Class Usage Examples

Public Methods

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

Method Details

CollapseTreeView() public method

public CollapseTreeView ( ) : KendoTreeViewPage
return KendoTreeViewPage

ExpandTreeView() public method

public ExpandTreeView ( ) : KendoTreeViewPage
return KendoTreeViewPage

FindElementsByText() public method

public FindElementsByText ( string text ) : Collection
text string
return Collection

KendoTreeViewPage() public method

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

Open() public method

public Open ( ) : KendoTreeViewPage
return KendoTreeViewPage

SelectElementByText() public method

public SelectElementByText ( string text ) : KendoTreeViewPage
text string
return KendoTreeViewPage