mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
9 lines
188 B
Text
9 lines
188 B
Text
|
|
<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>
|