Sha256: 7f03a5a86c3500362eeaa3963c3d5de5e75e0d41d08d01f6f9aa269ec81359bb
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Alerts</title> </head> <body> <input id=alert type=button onclick="alert('ok')" value=Alert> <input id=confirm type=button onclick="this.value = confirm('set the value')" value=Confirm> <input id=prompt type=button onclick='this.value = prompt("enter your name", "John Doe")' value=Prompt> <input id=timeout-alert type=button onclick="setTimeout('alert(\'ok\')', 3000)" value=Timeout-Alert> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir-6.10.1 | spec/watirspec/html/alerts.html |