UI 自动化不跟踪 Telerik 控件
我正在创建一个应用程序,它将记录所有应用程序级别和控制事件。我正在使用 White 记录器框架,它能够跟踪不基于 Telerik 的其他控件。我想知道为什么 telerik 控件没有被跟踪,因为它是从 System.Windows.Control class 派生的。
我们有什么方法可以使用 UI 自动化元素来跟踪所有 Telerik 控件。我们如何才能实现这一目标?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK Windows 窗体不支持 UIA,而 Silverlight 和 WPF 支持。以下是有关此内容的一些链接:
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
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