C# 클래스 JDI_Web.Selenium.Elements.Composite.Search

상속: JDI_Web.Selenium.Elements.Common.TextField, ISearch
파일 보기 프로젝트 열기: epam/JDI

보호된 프로퍼티들

프로퍼티 타입 설명
ChooseSuggestionIndexAction Action
ChooseSuggestionNameAction Action
FindAction string>.Action
GetSuggesionsAction Func>
Select JDI_Web.Selenium.Elements.Base.Clickable

Private Properties

프로퍼티 타입 설명
GetElement JDI_Web.Selenium.Elements.Base.Clickable

공개 메소드들

메소드 설명
ChooseSuggestion ( string text, int selectIndex ) : void
ChooseSuggestion ( string text, string selectValue ) : void
Find ( string text ) : void
GetSuggesions ( string text ) : IList
Search ( ) : System
Search ( By byLocator = null, By selectLocator = null, By suggestionsListLocator = null ) : System

비공개 메소드들

메소드 설명
GetElement ( string name ) : Clickable

메소드 상세

ChooseSuggestion() 공개 메소드

public ChooseSuggestion ( string text, int selectIndex ) : void
text string
selectIndex int
리턴 void

ChooseSuggestion() 공개 메소드

public ChooseSuggestion ( string text, string selectValue ) : void
text string
selectValue string
리턴 void

Find() 공개 메소드

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

GetSuggesions() 공개 메소드

public GetSuggesions ( string text ) : IList
text string
리턴 IList

Search() 공개 메소드

public Search ( ) : System
리턴 System

Search() 공개 메소드

public Search ( By byLocator = null, By selectLocator = null, By suggestionsListLocator = null ) : System
byLocator OpenQA.Selenium.By
selectLocator OpenQA.Selenium.By
suggestionsListLocator OpenQA.Selenium.By
리턴 System

프로퍼티 상세

ChooseSuggestionIndexAction 보호되어 있는 프로퍼티

protected Action ChooseSuggestionIndexAction
리턴 Action

ChooseSuggestionNameAction 보호되어 있는 프로퍼티

protected Action ChooseSuggestionNameAction
리턴 Action

FindAction 보호되어 있는 프로퍼티

protected Action FindAction
리턴 string>.Action

GetSuggesionsAction 보호되어 있는 프로퍼티

protected Func> GetSuggesionsAction
리턴 Func>

Select 보호되어 있는 프로퍼티

protected Clickable,JDI_Web.Selenium.Elements.Base Select
리턴 JDI_Web.Selenium.Elements.Base.Clickable