Sha256: a4756a75dcee2e3a3d51a3ccb6e61a4aadfbef76c26362d279626de26b312dbf

Contents?: true

Size: 480 Bytes

Versions: 23

Compression:

Stored size: 480 Bytes

Contents

<!DOCTYPE HTML>
<html>
  <head>
    <title>closeable window</title>
    <script>
      function closeDelayed(timeout) {
        setTimeout(function() {
          window.close();
        }, timeout);
      }
    </script>
  </head>

  <body>
    <p>
      Click <a id="close" href="#" onclick="window.close()">here</a> to close this window.
      Click <a id="close-delay" href="#" onclick="closeDelayed(500)">here</a> to close this window with a delay.
    </p>
  </body>

</html>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
watir-7.3.0 spec/watirspec/html/closeable.html
watir-7.2.2 spec/watirspec/html/closeable.html
watir-7.2.1 spec/watirspec/html/closeable.html
watir-7.2.0 spec/watirspec/html/closeable.html
watir-7.1.0 spec/watirspec/html/closeable.html
watir-7.0.0 spec/watirspec/html/closeable.html
watir-7.0.0.beta5 spec/watirspec/html/closeable.html
watir-7.0.0.beta4 spec/watirspec/html/closeable.html
watir-7.0.0.beta3 spec/watirspec/html/closeable.html
watir-7.0.0.beta2 spec/watirspec/html/closeable.html
watir-7.0.0.beta1 spec/watirspec/html/closeable.html
watir-6.19.1 spec/watirspec/html/closeable.html
watir-6.19.0 spec/watirspec/html/closeable.html
watir-6.18.0 spec/watirspec/html/closeable.html
watir-6.17.0 spec/watirspec/html/closeable.html
watir-6.16.5 spec/watirspec/html/closeable.html
watir-6.16.4 spec/watirspec/html/closeable.html
watir-6.16.3 spec/watirspec/html/closeable.html
watir-6.16.2 spec/watirspec/html/closeable.html
watir-6.16.1 spec/watirspec/html/closeable.html