How to move menu items from right to left using calabash-android -


there more 10 menus in application. if open application in android mobile, 5 menus appear; have swipe right left remaining menus appear. here have used swipe keyword. hasn't worked. please see below code:

  scenario outline: go file manager home page     wait progress     swipe right     select "create" tab 

please let me know if knows solution problem. in advance.

i not sure if understand question correctly, have menu items not visible on action bar , want click menu items?


Comments