Page 1 of 1

5.3.0 Two Item branches in Spy (WPF and UIA) causes problems

Posted: Mon Mar 23, 2015 1:09 pm
by bewiss
Since V5.3.0 Spy provides two /form-branches each model (WPF and UIA)
- spying an object always jumps into the WPF branch even I do have serveral UIA elements. I have to click through all my elements in UIA tree if I want to get to a certain element

- using "findSingle" or "find" in usercode slows down the result unacceptabley sind elements now must be searched in 2 branches


--> is it possible to disable the WPF tree?
--> can I switch of the WPF native plugin?

Re: 5.3.0 Two Item branches in Spy (WPF and UIA) causes problems

Posted: Wed Mar 25, 2015 4:50 pm
by Support Team
Hi bewiss,

When you use the setting UiaOnly the native WPF tree should be disabled and the native WPF plugin should also not be used anymore when searching for an element (find).
A description of the new settings can be found here: General Ranorex Settings in the WPF section of the Plug-in Specific Settings section.

Regards,
Markus