Hiya
Can you explain the different between:
myForm.FindSingle(of ranorex.text)("container/text[@controlid='102']")
and
myForm.FindSingle(of ranorex.text)("descandant::text[@controlid='102'")
I would of thought they are the same, but infact the first one fails, and the second one works