selenium-webdriver
Version:
The official WebDriver JavaScript bindings from the Selenium project
24 lines (19 loc) • 355 B
HTML
<html>
<body>
<table>
<tr>
<td>
<div style="width:752px;"></div>
</td>
<td>
<div style="width:350px; text-align: center;">
<form onsubmit="return false;" method="get">
<input id="button" value="Click me" type="submit">
</form>
</div>
</td>
</tr>
</table>
</body>
</html>