Skip to content

Instantly share code, notes, and snippets.

@aceakash
Created August 21, 2014 09:53
Show Gist options
  • Save aceakash/90c760077b5934ee2d37 to your computer and use it in GitHub Desktop.
Save aceakash/90c760077b5934ee2d37 to your computer and use it in GitHub Desktop.
Capybara cheat sheet
# find a button by id, name or value; then click it
find_button('save').click
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment