Hi,
I'm using Ranorex 3.0 on Windows 7. When Ranorex finds two or more items that share a common rx path I've noticed it will sometimes organize these items into a folder such as:
row[@accessiblename='0']/cell[@accessiblename='Unit']
row[@accessiblename='0']/cell[@accessiblename='Status']
Would be organized into a folder with rx path:
row[@accessiblename='0']
And children:
cell[@accessiblename='Unit']
cell[@accessiblename='Status']
This would be very convenient except that I've found when Ranorex automatically does this, sometimes the items are not able to be found when re-running the test. Moving the children out of the parent fixes the issue and Ranorex always finds the item after that.