如何从UITestControl获得与CUIT断言相同的层次结构

时间:2015-03-19 11:32:57

标签: c# automated-tests coded-ui-tests

我在MS Coded UI上编写小实用程序。我想从UITestControl获得相同的层次结构,如Coded UI断言形式所示。 我正在构建UITestControl,如下面的代码所示

 UITestControl test = UITestControlFactory.FromPoint(Mouse.Location);

之后我想获得控制层次结构。

有什么办法吗?

此致 Rajendar。

1 个答案:

答案 0 :(得分:0)

test.GetParent().GetChildren();

它将返回UITestControlCollection,你可以通过它来预测