public bool SelectRow(int position) { RowIndex = position.ToString(); GridRow.WaitTilIsVisible(); GridRow.Click(); return(true); }