C# 클래스 Winium.Elements.Desktop.Extensions.WebElementExtensions

파일 보기 프로젝트 열기: 2gis/Winium.Elements

공개 메소드들

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

메소드 상세

ToComboBox() 공개 정적인 메소드

public static ToComboBox ( this element ) : ComboBox
element this
리턴 ComboBox

ToDataGrid() 공개 정적인 메소드

public static ToDataGrid ( this element ) : DataGrid
element this
리턴 DataGrid

ToListBox() 공개 정적인 메소드

public static ToListBox ( this element ) : ListBox
element this
리턴 ListBox

ToMenu() 공개 정적인 메소드

public static ToMenu ( this element ) : Menu
element this
리턴 Menu