selenium-webdriver
Version:
The official WebDriver JavaScript bindings from the Selenium project
15 lines (14 loc) • 335 B
HTML
<html>
<head>
<title>Page with overflow: auto</title>
</head>
<body>
<div style="width:100%; height: 500px; overflow: hidden; overflow-y: auto;">
<div style="height: 5000px; width: 5000px;">Placeholder</div>
<div>
<a id="link" href="target_page.html">Click me!</a>
</div>
</div>
</body>
</html>