Sha256: d67a9c208bdcdc568f1bbb63d63dcdb946186b22ef69a545746cfd67170d9e14

Contents?: true

Size: 366 Bytes

Versions: 44

Compression:

Stored size: 366 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>
  </body>
</html>

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
watir-webdriver-0.5.8 spec/html/alerts.html
watir-webdriver-0.5.7 spec/html/alerts.html
watir-webdriver-0.5.6 spec/html/alerts.html
watir-webdriver-0.5.5 spec/html/alerts.html
watir-webdriver-0.5.4 spec/html/alerts.html
watir-webdriver-0.5.3 spec/html/alerts.html
watir-webdriver-0.5.2 spec/html/alerts.html
watir-webdriver-0.5.1 spec/html/alerts.html
watir-webdriver-0.5.0 spec/html/alerts.html
watir-webdriver-0.4.1 spec/html/alerts.html
watir-webdriver-0.4.0 spec/html/alerts.html
watir-webdriver-0.3.9 spec/html/alerts.html
watir-webdriver-0.3.8 spec/html/alerts.html
watir-webdriver-0.3.7 spec/html/alerts.html
watir-webdriver-0.3.6 spec/html/alerts.html
watir-webdriver-0.3.5 spec/html/alerts.html
watir-webdriver-0.3.4 spec/html/alerts.html
watir-webdriver-0.3.3 spec/html/alerts.html
watir-webdriver-0.3.2 spec/html/alerts.html
watir-webdriver-0.3.1 spec/html/alerts.html