Wednesday, July 10, 2013

calabash-android Buttons Steps

BUTTONS STEPS

Simulates that the user pressed the back button.
Then /^I go back$/

Simulates that the user pressed the menu button.
Then /^I press the menu key$/

Simulates that the user pressed the enter button on the keyboard.
Then /^I press the enter button$/ do

1 comment:

  1. In my application there is a stage where you can take a photo, is there a way of writing this in my_first.feature file because when I write 'Then take picture' It just does a screenshot and this is not what I want. Can you help please.

    Thanks

    ReplyDelete