Метод | Описание | |
---|---|---|
GetButton ( Functions funcName ) : |
||
GetButton ( string buttonName ) : |
||
GetElementClass ( WebBaseElement element ) : System.Linq | ||
GetTextElement ( ) : |
||
NamesEqual ( string name1, string name2 ) : bool |
Метод | Описание | |
---|---|---|
ToButton ( string buttonName ) : string |
public GetButton ( Functions funcName ) : |
||
funcName | Functions | |
Результат |
public GetButton ( string buttonName ) : |
||
buttonName | string | |
Результат |
public GetElementClass ( WebBaseElement element ) : System.Linq | ||
element | WebBaseElement | |
Результат | System.Linq |
public GetTextElement ( ) : |
||
Результат |
public static NamesEqual ( string name1, string name2 ) : bool | ||
name1 | string | |
name2 | string | |
Результат | bool |