Метод | Описание | |
---|---|---|
ToComboBox ( this element ) : ComboBox | ||
ToDataGrid ( this element ) : DataGrid | ||
ToListBox ( this element ) : ListBox | ||
ToMenu ( this element ) : Menu |
Метод | Описание | |
---|---|---|
Execute ( this element ) : OpenQA.Selenium.Remote.Response | ||
GetId ( this element ) : string |
public static ToComboBox ( this element ) : ComboBox | ||
element | this | |
Результат | ComboBox |
public static ToDataGrid ( this element ) : DataGrid | ||
element | this | |
Результат | DataGrid |
public static ToListBox ( this element ) : ListBox | ||
element | this | |
Результат | ListBox |
public static ToMenu ( this element ) : Menu | ||
element | this | |
Результат | Menu |