Skip to content

Instantly share code, notes, and snippets.

View antico5's full-sized avatar

Armando Andini antico5

  • Santa Fe, Argentina
View GitHub Profile

0x024163a7bbfe1f02ddb5cfcf138e97b2d7e4a86d7f9f4abb2ecb0e8559d0e30e

@antico5
antico5 / Capybara.md
Created April 7, 2017 15:53 — forked from tomas-stefano/Capybara.md
Capybara cheatsheet

Capybara Actions

# Anchor
click_link 'Save'

# Button
click_button 'awesome'

# Both above