Hi,
I am sorry, but I didn't find a solution to search (in the Spy) in all nodes with any attribute (like a text search in an xml editor).
Okay in Spy you can't search for objects like you would do it with a xml editor, but you can of course search for all supported elements.
If you want to search for all existing buttons on your desktop you can add the following text (//button), or if you are searching for a button with a specific text you can also do that (//button[@text='your text'])
As Peter wrote the
blog describes how you can use the RxPath to search for elements in your project view.
With the Ranorex Spy, I find the Tree Item, but I cannot find the displayed text of the Tree Item."
Can you send us a snapshot of the entire tree, or can you tell us which specific DevExpress Tree Item you are using?
It sounds to me that DevExpress missed to implement the appropriate accessibility methods.
Regards,
Markus
Ranorex Support Team