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

Inheritance: ProjectPageBase
Datei anzeigen Open project: ObjectivityBSS/Test.Automation Class Usage Examples

Public Methods

Method Description
CloseColorDropDownList ( ) : void
GetNumberOfOptions ( IWebElement webElement ) : int
IsColorDropDownListExpanded ( ) : bool
KendoDropDownListPage ( DriverContext driverContext ) : System
Open ( ) : KendoDropDownListPage
OpenColorDropDownList ( ) : void
SelectCapColor ( string text ) : void

Method Details

CloseColorDropDownList() public method

public CloseColorDropDownList ( ) : void
return void

GetNumberOfOptions() public method

public GetNumberOfOptions ( IWebElement webElement ) : int
webElement IWebElement
return int

IsColorDropDownListExpanded() public method

public IsColorDropDownListExpanded ( ) : bool
return bool

KendoDropDownListPage() public method

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

Open() public method

public Open ( ) : KendoDropDownListPage
return KendoDropDownListPage

OpenColorDropDownList() public method

public OpenColorDropDownList ( ) : void
return void

SelectCapColor() public method

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