UI automation not tracking Telerik controls

被刻印的时光 ゝ 提交于 2019-12-31 06:47:28

问题


I am creating an application which will record the all the application level and control events . I am using the White recorder framework, it is able to trace the other controls which are not telerik based . I want to know why the telerik controls are not getting traced since it is derived from System.Windows.Control class .

Is there any way we can use UI automation elements to track all Telerik controls . How could we achieve this?


回答1:


AFAIK Windows Forms does not support UIA while Silverlight and WPF does. Here are a few links about this:

http://social.msdn.microsoft.com/Forums/en/vsautotest/thread/016e46e3-f7cd-46fb-9e12-728f4c846304 http://blogs.msdn.com/b/lixiong/archive/2009/03/28/msaa-uia-brief-explanation.aspx



来源:https://stackoverflow.com/questions/7659624/ui-automation-not-tracking-telerik-controls

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!