C# 클래스 JDI_Web.Selenium.Elements.WebActions.ElementsActions

파일 보기 프로젝트 열기: epam/JDI

공개 메소드들

메소드 설명
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

메소드 상세

AddNewLine() 공개 메소드

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

AreDeselected() 공개 메소드

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

AreSelected() 공개 메소드

public AreSelected ( Func getNames, Func waitSelectedAction ) : List
getNames Func
waitSelectedAction Func
리턴 List

Check() 공개 메소드

public Check ( Action checkAction ) : void
checkAction Action
리턴 void

Clear() 공개 메소드

public Clear ( Action clearAction ) : void
clearAction Action
리턴 void

Click() 공개 메소드

public Click ( Action clickAction ) : void
clickAction Action
리턴 void

ElementsActions() 공개 메소드

public ElementsActions ( WebBaseElement element ) : System
element WebBaseElement
리턴 System

Focus() 공개 메소드

public Focus ( Action focusAction ) : void
focusAction Action
리턴 void

GetLines() 공개 메소드

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

GetText() 공개 메소드

public GetText ( string>.Func getTextAction ) : string
getTextAction string>.Func
리턴 string

GetValue() 공개 메소드

public GetValue ( string>.Func getValueFunc ) : string
getValueFunc string>.Func
리턴 string

Hover() 공개 메소드

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

Input() 공개 메소드

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

InputLines() 공개 메소드

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

IsChecked() 공개 메소드

public IsChecked ( bool>.Func isCheckedAction ) : bool
isCheckedAction bool>.Func
리턴 bool

IsDisplayed() 공개 메소드

public IsDisplayed ( bool>.Func isDisplayed ) : bool
isDisplayed bool>.Func
리턴 bool

IsHidden() 공개 메소드

public IsHidden ( bool>.Func isHidden ) : bool
isHidden bool>.Func
리턴 bool

Select() 공개 메소드

public Select ( Action selectListAction, int indexes ) : void
selectListAction Action
indexes int
리턴 void

Select() 공개 메소드

public Select ( Action selectListAction ) : void
selectListAction Action
리턴 void

Select() 공개 메소드

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

Select() 공개 메소드

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

Selected() 공개 메소드

public Selected ( bool>.Func isSelectedAction ) : bool
isSelectedAction bool>.Func
리턴 bool

Selected() 공개 메소드

public Selected ( string name, Func isSelectedAction ) : bool
name string
isSelectedAction Func
리턴 bool

Selected() 공개 메소드

public Selected ( string>.Func isSelectedAction ) : string
isSelectedAction string>.Func
리턴 string

SelectedIndex() 공개 메소드

public SelectedIndex ( int>.Func isSelectedAction ) : int
isSelectedAction int>.Func
리턴 int

SetValue() 공개 메소드

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

Uncheck() 공개 메소드

public Uncheck ( Action uncheckAction ) : void
uncheckAction Action
리턴 void

WaitDeselected() 공개 메소드

public WaitDeselected ( Func waitSelectedAction ) : void
waitSelectedAction Func
리턴 void

WaitDisplayed() 공개 메소드

public WaitDisplayed ( bool>.Func isDisplayed ) : void
isDisplayed bool>.Func
리턴 void

WaitMatchText() 공개 메소드

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

WaitSelected() 공개 메소드

public WaitSelected ( Func waitSelectedAction ) : void
waitSelectedAction Func
리턴 void

WaitText() 공개 메소드

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

WaitVanished() 공개 메소드

public WaitVanished ( bool>.Func isVanished ) : void
isVanished bool>.Func
리턴 void