C# Class JDI_Web.Selenium.Elements.Composite.Search

Inheritance: JDI_Web.Selenium.Elements.Common.TextField, ISearch
Show file Open project: epam/JDI

Protected Properties

Property Type Description
ChooseSuggestionIndexAction Action
ChooseSuggestionNameAction Action
FindAction string>.Action
GetSuggesionsAction Func>
Select JDI_Web.Selenium.Elements.Base.Clickable

Private Properties

Property Type Description
GetElement JDI_Web.Selenium.Elements.Base.Clickable

Public Methods

Method Description
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

Private Methods

Method Description
GetElement ( string name ) : Clickable

Method Details

ChooseSuggestion() public method

public ChooseSuggestion ( string text, int selectIndex ) : void
text string
selectIndex int
return void

ChooseSuggestion() public method

public ChooseSuggestion ( string text, string selectValue ) : void
text string
selectValue string
return void

Find() public method

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

GetSuggesions() public method

public GetSuggesions ( string text ) : IList
text string
return IList

Search() public method

public Search ( ) : System
return System

Search() public method

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

Property Details

ChooseSuggestionIndexAction protected property

protected Action ChooseSuggestionIndexAction
return Action

ChooseSuggestionNameAction protected property

protected Action ChooseSuggestionNameAction
return Action

FindAction protected property

protected Action FindAction
return string>.Action

GetSuggesionsAction protected property

protected Func> GetSuggesionsAction
return Func>

Select protected property

protected Clickable,JDI_Web.Selenium.Elements.Base Select
return JDI_Web.Selenium.Elements.Base.Clickable