使用Teststack.White访问UIItem的值

时间:2019-03-06 09:09:09

标签: wpf ui-automation white

我想访问数据网格中单元格的值。

Screenshot from Inspect

但是我不知道怎么做。还是没有办法通过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

0 个答案:

没有答案