C# Class JDI_Web.Selenium.Elements.WebActions.ElementsActions

Afficher le fichier Open project: epam/JDI

Méthodes publiques

Méthode Description
AddNewLine ( string textLine, string>.Action inputAction ) : void
AreDeselected ( Func getNames, bool>.Func waitSelectedAction ) : List
AreSelected ( Func getNames, Func waitSelectedAction ) : List
Check ( Action checkAction ) : void
Clear ( Action clearAction ) : void
Click ( Action clickAction ) : void
ElementsActions ( WebBaseElement element ) : System
Focus ( Action focusAction ) : void
GetLines ( string>.Func getTextAction ) : string[]
GetText ( string>.Func getTextAction ) : string
GetValue ( string>.Func getValueFunc ) : string
Hover ( string name, string>.Action hoverAction ) : void
Input ( string text, string>.Action inputAction ) : void
InputLines ( Action clearAction, string>.Action inputAction ) : void
IsChecked ( bool>.Func isCheckedAction ) : bool
IsDisplayed ( bool>.Func isDisplayed ) : bool
IsHidden ( bool>.Func isHidden ) : bool
Select ( Action selectListAction, int indexes ) : void
Select ( Action selectListAction ) : void
Select ( int index, int>.Action selectByIndexAction ) : void
Select ( string name, string>.Action selectAction ) : void
Selected ( bool>.Func isSelectedAction ) : bool
Selected ( string name, Func isSelectedAction ) : bool
Selected ( string>.Func isSelectedAction ) : string
SelectedIndex ( int>.Func isSelectedAction ) : int
SetValue ( string value, string>.Action setValueAction ) : void
Uncheck ( Action uncheckAction ) : void
WaitDeselected ( Func waitSelectedAction ) : void
WaitDisplayed ( bool>.Func isDisplayed ) : void
WaitMatchText ( string regEx, string>.Func getTextAction ) : string
WaitSelected ( Func waitSelectedAction ) : void
WaitText ( string text, string>.Func getTextAction ) : string
WaitVanished ( bool>.Func isVanished ) : void

Method Details

AddNewLine() public méthode

public AddNewLine ( string textLine, string>.Action inputAction ) : void
textLine string
inputAction string>.Action
Résultat void

AreDeselected() public méthode

public AreDeselected ( Func getNames, bool>.Func waitSelectedAction ) : List
getNames Func
waitSelectedAction bool>.Func
Résultat List

AreSelected() public méthode

public AreSelected ( Func getNames, Func waitSelectedAction ) : List
getNames Func
waitSelectedAction Func
Résultat List

Check() public méthode

public Check ( Action checkAction ) : void
checkAction Action
Résultat void

Clear() public méthode

public Clear ( Action clearAction ) : void
clearAction Action
Résultat void

Click() public méthode

public Click ( Action clickAction ) : void
clickAction Action
Résultat void

ElementsActions() public méthode

public ElementsActions ( WebBaseElement element ) : System
element WebBaseElement
Résultat System

Focus() public méthode

public Focus ( Action focusAction ) : void
focusAction Action
Résultat void

GetLines() public méthode

public GetLines ( string>.Func getTextAction ) : string[]
getTextAction string>.Func
Résultat string[]

GetText() public méthode

public GetText ( string>.Func getTextAction ) : string
getTextAction string>.Func
Résultat string

GetValue() public méthode

public GetValue ( string>.Func getValueFunc ) : string
getValueFunc string>.Func
Résultat string

Hover() public méthode

public Hover ( string name, string>.Action hoverAction ) : void
name string
hoverAction string>.Action
Résultat void

Input() public méthode

public Input ( string text, string>.Action inputAction ) : void
text string
inputAction string>.Action
Résultat void

InputLines() public méthode

public InputLines ( Action clearAction, string>.Action inputAction ) : void
clearAction Action
inputAction string>.Action
Résultat void

IsChecked() public méthode

public IsChecked ( bool>.Func isCheckedAction ) : bool
isCheckedAction bool>.Func
Résultat bool

IsDisplayed() public méthode

public IsDisplayed ( bool>.Func isDisplayed ) : bool
isDisplayed bool>.Func
Résultat bool

IsHidden() public méthode

public IsHidden ( bool>.Func isHidden ) : bool
isHidden bool>.Func
Résultat bool

Select() public méthode

public Select ( Action selectListAction, int indexes ) : void
selectListAction Action
indexes int
Résultat void

Select() public méthode

public Select ( Action selectListAction ) : void
selectListAction Action
Résultat void

Select() public méthode

public Select ( int index, int>.Action selectByIndexAction ) : void
index int
selectByIndexAction int>.Action
Résultat void

Select() public méthode

public Select ( string name, string>.Action selectAction ) : void
name string
selectAction string>.Action
Résultat void

Selected() public méthode

public Selected ( bool>.Func isSelectedAction ) : bool
isSelectedAction bool>.Func
Résultat bool

Selected() public méthode

public Selected ( string name, Func isSelectedAction ) : bool
name string
isSelectedAction Func
Résultat bool

Selected() public méthode

public Selected ( string>.Func isSelectedAction ) : string
isSelectedAction string>.Func
Résultat string

SelectedIndex() public méthode

public SelectedIndex ( int>.Func isSelectedAction ) : int
isSelectedAction int>.Func
Résultat int

SetValue() public méthode

public SetValue ( string value, string>.Action setValueAction ) : void
value string
setValueAction string>.Action
Résultat void

Uncheck() public méthode

public Uncheck ( Action uncheckAction ) : void
uncheckAction Action
Résultat void

WaitDeselected() public méthode

public WaitDeselected ( Func waitSelectedAction ) : void
waitSelectedAction Func
Résultat void

WaitDisplayed() public méthode

public WaitDisplayed ( bool>.Func isDisplayed ) : void
isDisplayed bool>.Func
Résultat void

WaitMatchText() public méthode

public WaitMatchText ( string regEx, string>.Func getTextAction ) : string
regEx string
getTextAction string>.Func
Résultat string

WaitSelected() public méthode

public WaitSelected ( Func waitSelectedAction ) : void
waitSelectedAction Func
Résultat void

WaitText() public méthode

public WaitText ( string text, string>.Func getTextAction ) : string
text string
getTextAction string>.Func
Résultat string

WaitVanished() public méthode

public WaitVanished ( bool>.Func isVanished ) : void
isVanished bool>.Func
Résultat void