Method | Description | |
---|---|---|
DataGrid ( IWebElement element ) : System.Collections.Generic | ||
Find ( int row, int column ) : |
||
ScrollTo ( int row, int column ) : void | ||
Select ( int row, int column ) : void |
Method | Description | |
---|---|---|
CallDataGridcellCommand ( string command, int row, int column ) : OpenQA.Selenium.Remote.Response |
public DataGrid ( IWebElement element ) : System.Collections.Generic | ||
element | IWebElement | |
return | System.Collections.Generic |
public Find ( int row, int column ) : |
||
row | int | |
column | int | |
return |
public ScrollTo ( int row, int column ) : void | ||
row | int | |
column | int | |
return | void |