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

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

공개 메소드들

메소드 설명
CloseFabricComboBox ( ) : void
IsFabricComboBoxExpanded ( ) : bool
KendoComboBoxPage ( DriverContext driverContext ) : System
Open ( ) : KendoComboBoxPage
OpenFabricComboBox ( ) : void
SearchFabricOptions ( string text ) : void

메소드 상세

CloseFabricComboBox() 공개 메소드

public CloseFabricComboBox ( ) : void
리턴 void

IsFabricComboBoxExpanded() 공개 메소드

public IsFabricComboBoxExpanded ( ) : bool
리턴 bool

KendoComboBoxPage() 공개 메소드

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

Open() 공개 메소드

public Open ( ) : KendoComboBoxPage
리턴 KendoComboBoxPage

OpenFabricComboBox() 공개 메소드

public OpenFabricComboBox ( ) : void
리턴 void

SearchFabricOptions() 공개 메소드

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