How to move to a text field without entering text

I have a very short script which loads a web site, clicks a button, enters some text and then I want toi move to the next text entry field.

I have recorded a ‘click’ on that field but it doesn’t seem to work, no cursor. I have also tried appending a tab (\t) to the text entered in the previous field but that doesn’t work either (it seems to actually enter the tab into the field, it certainly adds a character).

So how can I get to move to this next field?

Try using XType and ${KEY_TAB} which simulates pressing tab on your keyboard.
Another option is try using a different selector than the default one.