start new:
tmux
start new with session name:
tmux new -s myname
| =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') |
| ############################## | |
| # _ | |
| # | |_ _ __ ___ _ ___ __ | |
| # | __| '_ ` _ \| | | \ \/ / | |
| # | |_| | | | | | |_| |> < | |
| # \__|_| |_| |_|\__,_/_/\_\ | |
| # | |
| ############################# | |
| # | |
| # COPY AND PASTE |
| %%%------------------------------------------------------------------- | |
| %%% @author Ahmad Baitalmal | |
| %%% @copyright (C) 2017, Ahmad Baitalmal | |
| %%% Permission is hereby granted, free of charge, to any person obtaining | |
| %%% a copy of this software and associated documentation files | |
| %%% (the “Software”), to deal in the Software without restriction, | |
| %%% including without limitation the rights to use, copy, modify, merge, | |
| %%% publish, distribute, sublicense, and/or sell copies of the Software, | |
| %%% and to permit persons to whom the Software is furnished to do so, | |
| %%% subject to the following conditions: |