C# Class JDI_Web.Selenium.Elements.Common.CheckBox

Inheritance: JDI_Web.Selenium.Elements.Base.Clickable, ICheckBox
ファイルを表示 Open project: epam/JDI

Public Properties

Property Type Description
CheckAction Action
IsCheckedAction bool>.Func
IsCheckedByAttribute bool>.Func
IsSelected bool>.Func

Protected Properties

Property Type Description
GetValueFunc string>.Func
SetValueAction string>.Action

Public Methods

Method Description
Check ( ) : void
CheckBox ( ) : System
CheckBox ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System
IsChecked ( ) : bool
Uncheck ( ) : void

Protected Methods

Method Description
UncheckAction ( WebBaseElement el ) : void

Method Details

Check() public method

public Check ( ) : void
return void

CheckBox() public method

public CheckBox ( ) : System
return System

CheckBox() public method

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

IsChecked() public method

public IsChecked ( ) : bool
return bool

Uncheck() public method

public Uncheck ( ) : void
return void

UncheckAction() protected method

protected UncheckAction ( WebBaseElement el ) : void
el WebBaseElement
return void

Property Details

CheckAction public_oe property

public Action CheckAction
return Action

GetValueFunc protected_oe property

protected Func GetValueFunc
return string>.Func

IsCheckedAction public_oe property

public Func IsCheckedAction
return bool>.Func

IsCheckedByAttribute public_oe property

public Func IsCheckedByAttribute
return bool>.Func

IsSelected public_oe property

public Func IsSelected
return bool>.Func

SetValueAction protected_oe property

protected Action SetValueAction
return string>.Action