我们有在TestComplete中运行的UI自动化测试,并且我们希望使用Microsoft提供的AutomationProperties。
我在TestComplete的Object Spy中看不到AutomationId属性,如何在TestComplete中使用此属性?
发布于 2013-05-13 13:22:36
目前,TestComplete不像AutomationId属性那样提供对附加属性的直接访问。但是,您仍然可以使用this official TestComplete forum thread中所述的解决方法来获取这些属性的值。
https://stackoverflow.com/questions/16458257
复制相似问题