selenium-webdriver
Version:
The official WebDriver JavaScript bindings from the Selenium project
13 lines (12 loc) • 369 B
HTML
<html>
<head>
<title>Page With Fixed Element</title>
</head>
<body>
<div id="fixed" style="position:fixed; top:0px; left:100px; background-color:red">fixed red box</div>
<div id="placeholder" style="height: 1000px; background-color:green">Placeholder</div>
<div id="bottom">Element at the bottom</div>
<div>Tex after box</div>
</body>
</html>