我想访问数据网格中单元格的值。
但是我不知道怎么做。还是没有办法通过Teststack.White访问它?
ListView listView = MainWin.Get<ListView>(SearchCriteria.ByAutomationId("dataGrid"));
ListViewCell cell = listView.Rows[2].Cells[6];
Assert.That(cell.Value == "2"); //But a value of the cell is not available