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

Inheritance: JDI_Web.Selenium.Elements.Base.Clickable, ICheckBox
Afficher le fichier Open project: epam/JDI

Méthodes publiques

Свойство Type Description
CheckAction Action
IsCheckedAction bool>.Func
IsCheckedByAttribute bool>.Func
IsSelected bool>.Func

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
UncheckAction ( WebBaseElement el ) : void

Method Details

Check() public méthode

public Check ( ) : void
Résultat void

CheckBox() public méthode

public CheckBox ( ) : System
Résultat System

CheckBox() public méthode

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

IsChecked() public méthode

public IsChecked ( ) : bool
Résultat bool

Uncheck() public méthode

public Uncheck ( ) : void
Résultat void

UncheckAction() protected méthode

protected UncheckAction ( WebBaseElement el ) : void
el WebBaseElement
Résultat void

Property Details

CheckAction public_oe property

public Action CheckAction
Résultat Action

GetValueFunc protected_oe property

protected Func GetValueFunc
Résultat string>.Func

IsCheckedAction public_oe property

public Func IsCheckedAction
Résultat bool>.Func

IsCheckedByAttribute public_oe property

public Func IsCheckedByAttribute
Résultat bool>.Func

IsSelected public_oe property

public Func IsSelected
Résultat bool>.Func

SetValueAction protected_oe property

protected Action SetValueAction
Résultat string>.Action