C# 클래스 Winium.Elements.Desktop.DataGrid

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

공개 메소드들

메소드 설명
DataGrid ( IWebElement element ) : System.Collections.Generic
Find ( int row, int column ) : RemoteWebElement
ScrollTo ( int row, int column ) : void
Select ( int row, int column ) : void

비공개 메소드들

메소드 설명
CallDataGridcellCommand ( string command, int row, int column ) : OpenQA.Selenium.Remote.Response

메소드 상세

DataGrid() 공개 메소드

public DataGrid ( IWebElement element ) : System.Collections.Generic
element IWebElement
리턴 System.Collections.Generic

Find() 공개 메소드

public Find ( int row, int column ) : RemoteWebElement
row int
column int
리턴 OpenQA.Selenium.Remote.RemoteWebElement

ScrollTo() 공개 메소드

public ScrollTo ( int row, int column ) : void
row int
column int
리턴 void

Select() 공개 메소드

public Select ( int row, int column ) : void
row int
column int
리턴 void