Page 1 of 1

Problem identifying nodes in SyncFusion diagram control

Posted: Tue Feb 22, 2011 7:35 pm
by cristidumitru
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?

Re: Problem identifying nodes in SyncFusion diagram control

Posted: Tue Feb 22, 2011 9:19 pm
by Support Team
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