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

Inheritance: JDI_Web.Selenium.Elements.Common.TextField, ISearch
Afficher le fichier Open project: epam/JDI

Protected Properties

Свойство Type Description
ChooseSuggestionIndexAction Action
ChooseSuggestionNameAction Action
FindAction string>.Action
GetSuggesionsAction Func>
Select JDI_Web.Selenium.Elements.Base.Clickable

Private Properties

Свойство Type Description
GetElement JDI_Web.Selenium.Elements.Base.Clickable

Méthodes publiques

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

Méthode Description
GetElement ( string name ) : Clickable

Method Details

ChooseSuggestion() public méthode

public ChooseSuggestion ( string text, int selectIndex ) : void
text string
selectIndex int
Résultat void

ChooseSuggestion() public méthode

public ChooseSuggestion ( string text, string selectValue ) : void
text string
selectValue string
Résultat void

Find() public méthode

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

GetSuggesions() public méthode

public GetSuggesions ( string text ) : IList
text string
Résultat IList

Search() public méthode

public Search ( ) : System
Résultat System

Search() public méthode

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

Property Details

ChooseSuggestionIndexAction protected_oe property

protected Action ChooseSuggestionIndexAction
Résultat Action

ChooseSuggestionNameAction protected_oe property

protected Action ChooseSuggestionNameAction
Résultat Action

FindAction protected_oe property

protected Action FindAction
Résultat string>.Action

GetSuggesionsAction protected_oe property

protected Func> GetSuggesionsAction
Résultat Func>

Select protected_oe property

protected Clickable,JDI_Web.Selenium.Elements.Base Select
Résultat JDI_Web.Selenium.Elements.Base.Clickable