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