I have a diagram control on a form designed using the Diagram control from SyncFusion.
http://www.syncfusion.com/products/user ... ms/diagram
Although the diagram object contains layers for the nodes, it seems that Ranorex cannot identify the nodes properly. Is there is something I can do to make it work?
Problem identifying nodes in SyncFusion diagram control
-
- Posts: 1
- Joined: Tue Feb 22, 2011 7:30 pm
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Problem identifying nodes in SyncFusion diagram control
Hello,
Ranorex cannot automate certain 3rd-party controls (proprietary Win32 class libraries, COM/ActiveX controls, .NET WinForms controls), if they do not implement MSAA or UIAutomation. WPF based 3rd party controls automatically provide the latter.
In such cases you have the following options:
- rawtext plugin
- image base recording or image based validation
- implement MSAA yourself. In .NET you can derive from a third party class and use that class then.
Regards,
Roland
Ranorex Support Team
Ranorex cannot automate certain 3rd-party controls (proprietary Win32 class libraries, COM/ActiveX controls, .NET WinForms controls), if they do not implement MSAA or UIAutomation. WPF based 3rd party controls automatically provide the latter.
In such cases you have the following options:
- rawtext plugin
- image base recording or image based validation
- implement MSAA yourself. In .NET you can derive from a third party class and use that class then.
Regards,
Roland
Ranorex Support Team