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

Exibir arquivo Open project: epam/JDI

Public Methods

Method 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 method

public AddNewLine ( string textLine, string>.Action inputAction ) : void
textLine string
inputAction string>.Action
return void

AreDeselected() public method

public AreDeselected ( Func getNames, bool>.Func waitSelectedAction ) : List
getNames Func
waitSelectedAction bool>.Func
return List

AreSelected() public method

public AreSelected ( Func getNames, Func waitSelectedAction ) : List
getNames Func
waitSelectedAction Func
return List

Check() public method

public Check ( Action checkAction ) : void
checkAction Action
return void

Clear() public method

public Clear ( Action clearAction ) : void
clearAction Action
return void

Click() public method

public Click ( Action clickAction ) : void
clickAction Action
return void

ElementsActions() public method

public ElementsActions ( WebBaseElement element ) : System
element WebBaseElement
return System

Focus() public method

public Focus ( Action focusAction ) : void
focusAction Action
return void

GetLines() public method

public GetLines ( string>.Func getTextAction ) : string[]
getTextAction string>.Func
return string[]

GetText() public method

public GetText ( string>.Func getTextAction ) : string
getTextAction string>.Func
return string

GetValue() public method

public GetValue ( string>.Func getValueFunc ) : string
getValueFunc string>.Func
return string

Hover() public method

public Hover ( string name, string>.Action hoverAction ) : void
name string
hoverAction string>.Action
return void

Input() public method

public Input ( string text, string>.Action inputAction ) : void
text string
inputAction string>.Action
return void

InputLines() public method

public InputLines ( Action clearAction, string>.Action inputAction ) : void
clearAction Action
inputAction string>.Action
return void

IsChecked() public method

public IsChecked ( bool>.Func isCheckedAction ) : bool
isCheckedAction bool>.Func
return bool

IsDisplayed() public method

public IsDisplayed ( bool>.Func isDisplayed ) : bool
isDisplayed bool>.Func
return bool

IsHidden() public method

public IsHidden ( bool>.Func isHidden ) : bool
isHidden bool>.Func
return bool

Select() public method

public Select ( Action selectListAction, int indexes ) : void
selectListAction Action
indexes int
return void

Select() public method

public Select ( Action selectListAction ) : void
selectListAction Action
return void

Select() public method

public Select ( int index, int>.Action selectByIndexAction ) : void
index int
selectByIndexAction int>.Action
return void

Select() public method

public Select ( string name, string>.Action selectAction ) : void
name string
selectAction string>.Action
return void

Selected() public method

public Selected ( bool>.Func isSelectedAction ) : bool
isSelectedAction bool>.Func
return bool

Selected() public method

public Selected ( string name, Func isSelectedAction ) : bool
name string
isSelectedAction Func
return bool

Selected() public method

public Selected ( string>.Func isSelectedAction ) : string
isSelectedAction string>.Func
return string

SelectedIndex() public method

public SelectedIndex ( int>.Func isSelectedAction ) : int
isSelectedAction int>.Func
return int

SetValue() public method

public SetValue ( string value, string>.Action setValueAction ) : void
value string
setValueAction string>.Action
return void

Uncheck() public method

public Uncheck ( Action uncheckAction ) : void
uncheckAction Action
return void

WaitDeselected() public method

public WaitDeselected ( Func waitSelectedAction ) : void
waitSelectedAction Func
return void

WaitDisplayed() public method

public WaitDisplayed ( bool>.Func isDisplayed ) : void
isDisplayed bool>.Func
return void

WaitMatchText() public method

public WaitMatchText ( string regEx, string>.Func getTextAction ) : string
regEx string
getTextAction string>.Func
return string

WaitSelected() public method

public WaitSelected ( Func waitSelectedAction ) : void
waitSelectedAction Func
return void

WaitText() public method

public WaitText ( string text, string>.Func getTextAction ) : string
text string
getTextAction string>.Func
return string

WaitVanished() public method

public WaitVanished ( bool>.Func isVanished ) : void
isVanished bool>.Func
return void