C# 클래스 Objectivity.Test.Automation.Tests.PageObjects.PageObjects.Kendo.KendoDropDownListPage

상속: ProjectPageBase
파일 보기 프로젝트 열기: ObjectivityBSS/Test.Automation 1 사용 예제들

공개 메소드들

메소드 설명
CloseColorDropDownList ( ) : void
GetNumberOfOptions ( IWebElement webElement ) : int
IsColorDropDownListExpanded ( ) : bool
KendoDropDownListPage ( DriverContext driverContext ) : System
Open ( ) : KendoDropDownListPage
OpenColorDropDownList ( ) : void
SelectCapColor ( string text ) : void

메소드 상세

CloseColorDropDownList() 공개 메소드

public CloseColorDropDownList ( ) : void
리턴 void

GetNumberOfOptions() 공개 메소드

public GetNumberOfOptions ( IWebElement webElement ) : int
webElement IWebElement
리턴 int

IsColorDropDownListExpanded() 공개 메소드

public IsColorDropDownListExpanded ( ) : bool
리턴 bool

KendoDropDownListPage() 공개 메소드

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

Open() 공개 메소드

public Open ( ) : KendoDropDownListPage
리턴 KendoDropDownListPage

OpenColorDropDownList() 공개 메소드

public OpenColorDropDownList ( ) : void
리턴 void

SelectCapColor() 공개 메소드

public SelectCapColor ( string text ) : void
text string
리턴 void