teamcapybara--capybara/lib/capybara/spec/views/frame_one.erb

10 lines
188 B
Plaintext
Raw Normal View History

2017-01-27 00:10:51 +00:00
2010-01-12 19:56:17 +00:00
<html>
<head>
<title>This is the title of frame one</title>
</head>
<body>
<div id="divInFrameOne">This is the text of divInFrameOne</div>
</body>
2016-03-08 00:52:19 +00:00
</html>