selenium-webdriver
Version:
The official WebDriver JavaScript bindings from the Selenium project
14 lines (13 loc) • 576 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>A wrapped element with overlapped first part</title>
</head>
<body id="body">
<div style="width:300px">
<div style="float:left;width:200px;background:green;">placeholder</div>
<div style="float:left; position:absolute;width:100px;margin-left:200px;background:red;opacity:0.5;">Over</div>
<a id="link" href="submitted_page.html">Link that continues on next line</a>
</div>
</body>
</html>