public IWebElement GetElementFromLogTable(int rowIndex, string columnName) { return(LogTable.GetCellElement(rowIndex, columnName)); }