Action for Press Tab in BP

Hi All

I am able to input a value through write in one input field to move from the current field I need to press tab.

I Don't see any options in the Navigate for the same. What options should we use to select the action press tab

Thank you
 
if you want to fill some form in that there is textbox wherein you wanted to add some value and press tab ,
Use syntax as "#Value{TAB}"
where #Value=whatever value you wanted to fill .

If you want more than one tab then use "{TAB}{TAB}" .. and so on.
 
Top