Sha256: 4f448a8bb974c45849ec33dffd6685125ea097e41d780626e00c3c446d3608a1

Contents?: true

Size: 570 Bytes

Versions: 10

Compression:

Stored size: 570 Bytes

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Test page for forms</title>
</head>
<body>
CVS Revision: $Revision $
<br>
<br>
<table>
  <tbody>
    <tr>
      <td>
      <form name="apple_form" method="get" action="pass.html"> <input
 name="name" value="apple" type="text"> </form>
      </td>
    </tr>
    <tr>
      <td>
      <form name="banana_form" method="get" action="pass2.html"> <input
 name="name" value="banana" type="text"> </form>
      </td>
    </tr>
  </tbody>
</table>
</body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
watir-1.6.6 unittests/html/forms4.html
watir-1.6.6.rc2 unittests/html/forms4.html
watir-1.6.6.rc1 unittests/html/forms4.html
watir-1.5.4 unittests/html/forms4.html
watir-1.4.1 unittests/html/forms4.html
watir-1.5.3 unittests/html/forms4.html
watir-1.5.2 unittests/html/forms4.html
watir-1.5.5 unittests/html/forms4.html
watir-1.6.2 unittests/html/forms4.html
watir-1.5.6 unittests/html/forms4.html