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

Inheritance: ProjectPageBase
Exibir arquivo Open project: ObjectivityBSS/Test.Automation Class Usage Examples

Public Methods

Method Description
GoToGridPage ( int page ) : KendoGridPage
KendoGridPage ( DriverContext driverContext ) : System
Open ( ) : KendoGridPage
SearchRowWithText ( string text ) : string

Method Details

GoToGridPage() public method

public GoToGridPage ( int page ) : KendoGridPage
page int
return KendoGridPage

KendoGridPage() public method

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

Open() public method

public Open ( ) : KendoGridPage
return KendoGridPage

SearchRowWithText() public method

public SearchRowWithText ( string text ) : string
text string
return string