Is there a way how to click on action bar Home button (http://developer.android.com/guide/topics/ui/actionbar.html)?
I tried
Label ${myHomeId} Tap
I just receive
Completed Script Playback - OK
but nothing happens... the activity is supposed to get back to the home screen.
The same for clicking on Menu Settings is working:
Label menu_settings tap
Is it a bug?