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

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

Méthodes publiques

Méthode 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 méthode

public CloseColorDropDownList ( ) : void
Résultat void

GetNumberOfOptions() public méthode

public GetNumberOfOptions ( IWebElement webElement ) : int
webElement IWebElement
Résultat int

IsColorDropDownListExpanded() public méthode

public IsColorDropDownListExpanded ( ) : bool
Résultat bool

KendoDropDownListPage() public méthode

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

Open() public méthode

public Open ( ) : KendoDropDownListPage
Résultat KendoDropDownListPage

OpenColorDropDownList() public méthode

public OpenColorDropDownList ( ) : void
Résultat void

SelectCapColor() public méthode

public SelectCapColor ( string text ) : void
text string
Résultat void