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

Bug reports.
bewiss
Posts: 16
Joined: Mon Feb 24, 2014 3:11 pm

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

Post by bewiss » Mon Mar 23, 2015 1:09 pm

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?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

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

Post by Support Team » Wed Mar 25, 2015 4:50 pm

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