C# Class Winium.Elements.Desktop.Extensions.WebElementExtensions

Afficher le fichier Open project: 2gis/Winium.Elements

Méthodes publiques

Méthode Description
ToComboBox ( this element ) : ComboBox
ToDataGrid ( this element ) : DataGrid
ToListBox ( this element ) : ListBox
ToMenu ( this element ) : Menu

Private Methods

Méthode Description
Execute ( this element ) : OpenQA.Selenium.Remote.Response
GetId ( this element ) : string

Method Details

ToComboBox() public static méthode

public static ToComboBox ( this element ) : ComboBox
element this
Résultat ComboBox

ToDataGrid() public static méthode

public static ToDataGrid ( this element ) : DataGrid
element this
Résultat DataGrid

ToListBox() public static méthode

public static ToListBox ( this element ) : ListBox
element this
Résultat ListBox

ToMenu() public static méthode

public static ToMenu ( this element ) : Menu
element this
Résultat Menu