glance-webdriver
Version:
Automation at a glance
11 lines (10 loc) • 321 B
HTML
<html>
<head>
<title>Set Hooks</title>
</head>
<body>
<input id="after-hook-text-1" class="text-1"/>
<input id="before-hook-text-1"/>
<button id="button-change" onclick='document.getElementById("after-hook-text-1").value = document.getElementById("after-hook-text-1").value + " saved" '>Save</button>
</body>
</html>