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.3.0 spec/html/alerts.html
watir-webdriver-0.2.9 spec/html/alerts.html
watir-webdriver-0.2.8 spec/html/alerts.html
watir-webdriver-0.2.7 spec/html/alerts.html
watir-webdriver-0.2.6 spec/html/alerts.html
watir-webdriver-0.2.5 spec/html/alerts.html
watir-webdriver-0.2.4 spec/html/alerts.html
watir-webdriver-0.2.3 spec/html/alerts.html
watir-webdriver-0.2.2 spec/html/alerts.html
watir-webdriver-0.2.1 spec/html/alerts.html
watir-webdriver-0.2.0 spec/html/alerts.html
watir-webdriver-0.2.0.dev2 spec/html/alerts.html
watir-webdriver-0.2.0.dev spec/html/alerts.html
watir-webdriver-0.1.9 spec/html/alerts.html
watir-webdriver-0.1.8 spec/html/alerts.html
watir-webdriver-0.1.7 spec/html/alerts.html
watir-webdriver-0.1.6 spec/html/alerts.html
watir-webdriver-0.1.5 spec/html/alerts.html
watir-webdriver-0.1.4 spec/html/alerts.html
watir-webdriver-0.1.3 spec/html/alerts.html