In a different testing tool, if I wanted to find a textbox that had a unique ID, I could simply say something like:
Code: Select all
MyTextbox = TextBox("ID='MyUniqueID'")
Code: Select all
MyText = "/form/blah/blah/blah/....../blah/text[@automationID='MyUniqueID'"

Is it possible in Ranorex to simply say something shorter, like
Code: Select all
MyText = "text[@automationID='MyUniqueID'"
And it will find it no matter where it is in the app?
Thanks,
Aracknid