selenium-webdriver
Version:
The official WebDriver JavaScript bindings from the Selenium project
26 lines • 474 B
HTML
<html>
<head>
<title>Child frame</title>
</head>
<body>
<h1>This is a tall frame test</h1>
<div>
<table>
<tr height="500px">
<td>First row</td>
</tr>
<tr height="500px">
<td>Second row</td>
</tr>
<tr height="500px">
<td>Third row</td>
</tr>
<tr height="500px">
<td>Fourth row</td>
</tr>
</table>
</div>
<input type='checkbox' name='checkbox' />
</body>
</html>