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

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

Public Methods

Method Description
CloseFabricComboBox ( ) : void
IsFabricComboBoxExpanded ( ) : bool
KendoComboBoxPage ( DriverContext driverContext ) : System
Open ( ) : KendoComboBoxPage
OpenFabricComboBox ( ) : void
SearchFabricOptions ( string text ) : void

Method Details

CloseFabricComboBox() public method

public CloseFabricComboBox ( ) : void
return void

IsFabricComboBoxExpanded() public method

public IsFabricComboBoxExpanded ( ) : bool
return bool

KendoComboBoxPage() public method

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

Open() public method

public Open ( ) : KendoComboBoxPage
return KendoComboBoxPage

OpenFabricComboBox() public method

public OpenFabricComboBox ( ) : void
return void

SearchFabricOptions() public method

public SearchFabricOptions ( string text ) : void
text string
return void