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

10 lines
203 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>This is the title of frame two</title>
</head>
<body>
<div id="divInFrameTwo">This is the text of divInFrameTwo</div>
</body>
</html>