mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
5 lines
149 B
Text
5 lines
149 B
Text
|
|
<h1>Buttons</h1>
|
|
<button>Click me!</button>
|
|
<button id="click_me_123">Click me by id!</button>
|
|
<button value="click_me">Click me by value!</button>
|