Ejemplo n.º 1
0
 public IWebElement GetElementFromLogTable(int rowIndex, string columnName)
 {
     return(LogTable.GetCellElement(rowIndex, columnName));
 }