Post
by krstcs » Fri Oct 24, 2014 1:20 pm
I would guess that the problem is the "@text='ME155025'" part. Try taking that out.
Remember that these attributes are what Ranorex is expecting to find, so if the textbox is blank, then @text will also be blank. If you set @text='12345' then Ranorex expects to find a textbox with the text of '12345'.
On elements where the text will change (like a username or password field, or phone numbers, etc.) you should not use the @text (or @innertext/@value for web elements) attribute as an identifier because as soon as you start typing something into the field, that value changes and Ranorex will no longer be able to find the item.
Shortcuts usually aren't...