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

Inheritance: ClickableText, ISelect
ファイルを表示 Open project: epam/JDI

Protected Properties

Property Type Description
GetValueFunc string>.Func
SelectAction Action
SelectedAction bool>.Func
SetValueAction string>.Action

Public Methods

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

Method Details

Select() public method

public Select ( ) : void
return void

SelectableElement() public method

public SelectableElement ( ) : System
return System

SelectableElement() public method

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

Property Details

GetValueFunc protected_oe property

protected Func GetValueFunc
return string>.Func

SelectAction protected_oe property

protected Action SelectAction
return Action

SelectedAction protected_oe property

protected Func SelectedAction
return bool>.Func

SetValueAction protected_oe property

protected Action SetValueAction
return string>.Action