我在MS Coded UI上编写小实用程序。我想从UITestControl获得相同的层次结构,如Coded UI断言形式所示。 我正在构建UITestControl,如下面的代码所示
UITestControl test = UITestControlFactory.FromPoint(Mouse.Location);
之后我想获得控制层次结构。
有什么办法吗?
此致 Rajendar。
答案 0 :(得分:0)
test.GetParent().GetChildren();
它将返回UITestControlCollection,你可以通过它来预测