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

11 lines
262 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>This is the title of frame one</title>
</head>
<body>
<div id="divInFrameOne">This is the text of divInFrameOne</div>
<div id="otherDivInFrameOne">Some other text</div>
</body>
</html>