mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
12 lines
237 B
Text
12 lines
237 B
Text
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
<body>
|
|
<div>
|
|
<a href="#">First Link</a>
|
|
</div>
|
|
Text node
|
|
<div>
|
|
<a href="#">Second Link</a>
|
|
<a href="#">Third Link</a>
|
|
</div>
|
|
</body>
|
|
</html>
|