Sha256: 83b601bc73d0ac62a93301f99473a788653deacb337514849d0942b5ab5f07a2

Contents?: true

Size: 437 Bytes

Versions: 24

Compression:

Stored size: 437 Bytes

Contents

<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <title>Keylogger</title>
    <script type="text/javascript" charset="utf-8">
        function log (e) {
            document.getElementById('output').innerHTML += "<p>" + e.toString() + "</p>";
        }
    </script>
  </head>
  <body>
     <div id="receiver" onkeypress="log(this)">Receiver</div>
     <div id="output"></div>
  </body>
</html>

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
watir-webdriver-0.0.3 spec/html/keylogger.html
watir-webdriver-0.0.2 spec/html/keylogger.html
watir-webdriver-0.0.1 spec/html/keylogger.html
watir-webdriver-0.0.1.dev7 spec/html/keylogger.html