C# Class JDI_Web.Selenium.Elements.Base.SelectableElement

Inheritance: ClickableText, ISelect
Afficher le fichier Open project: epam/JDI

Protected Properties

Свойство Type Description
GetValueFunc string>.Func
SelectAction Action
SelectedAction bool>.Func
SetValueAction string>.Action

Méthodes publiques

Méthode Description
Select ( ) : void
SelectableElement ( ) : System
SelectableElement ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System

Method Details

Select() public méthode

public Select ( ) : void
Résultat void

SelectableElement() public méthode

public SelectableElement ( ) : System
Résultat System

SelectableElement() public méthode

public SelectableElement ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System
byLocator OpenQA.Selenium.By
webElement IWebElement
element WebBaseElement
Résultat System

Property Details

GetValueFunc protected_oe property

protected Func GetValueFunc
Résultat string>.Func

SelectAction protected_oe property

protected Action SelectAction
Résultat Action

SelectedAction protected_oe property

protected Func SelectedAction
Résultat bool>.Func

SetValueAction protected_oe property

protected Action SetValueAction
Résultat string>.Action