selenium-webdriver
Version:
The official WebDriver JavaScript bindings from the Selenium project
15 lines (14 loc) • 329 B
HTML
<html>
<head>
<title>Welcome Page</title>
</head>
<body>
<div>
<iframe name="scrolling_child_frame" src="frameScrollParent.html" width="800" height="200"></iframe>
</div>
<div>
<iframe name="scrolling_frame" src="frameScrollChild.html" width="800" height="200" ></iframe>
</div>
</body>
</html>