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
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
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.
ReplyDeleteThanks