# Anchor
click_link 'Save'
# Button
click_button 'awesome'
# Both above
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') |
My daily* practice between mod 0 and mod 1
- This is a markdown of hopeful daily tasks and projects that will always include a reading and coding practice.
- By the end of this, we will have created a website, an app, a mini game, then 5 more mini games, and finally gosu interactive game.
- *I am lucky enough to be out of work right now as I wait for Mod 1 to start.
This is going to be a lot, so buckle up and keep pushing through! Create discipline for yourself!\
