
I have a number of tests failing due to ranorex not being able to see the WPF's list items within a container
This in itself is simple to fix by changing the "show all elements" WPF plugin to true, however once this is done it disrupts the rest of the modules and tests and creates more problems than it solves.
What I really need is to be able to add the individual container to the plugin so it recognises those child list items without turning them all on. This looks as though it is possible in the WPF tree section of the plugin I'm just unsure as to the actual string to add to get the desired effect
Is this the right direction or should I be doing something else?
Ive attached a snapshot+screenshot, let me know if anything else is needed