Sha256: e192c9001ae3a028bcbe051ea19d1311dbbb7fd25040ce6bd4d1021cca7b6dba

Contents?: true

Size: 888 Bytes

Versions: 16

Compression:

Stored size: 888 Bytes

Contents

<!doctype html>
<head>
<title>
Test page for forms
</title>
</head>
<body>
<br>
<br>
<table>
<tr>
<td>
<form name = test1 method = get action = pass.html>

<input type = button name = b1 id = b2 value = "Click Me" onClick="javascript:document.location='pass.html';">
<br><input type = button name = b4 id=b5 value = "Disabled Button" onClick="javascript:document.location='fail.html';" disabled>

</form>
<td> this form  has  name = test1 method = get action = pass.html


<tr>
<td>
<form name = test2 method = get action = pass2.html>
<br><input type = submit value=Submit>
</form>
<td> this form has name = test2 method = get action = pass2.html

<tr>
<td>
<form id = test3 method = post action = pass3.html>
<br><input type = image src=images/image1.gif name =sub3>
</form>
<td> this form has id = test3 method = post action = pass3.html



</html>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
watir-classic-3.0.0 unittests/html/formTest1.html
watir-3.0.0.rc3 unittests/html/formTest1.html
watir-3.0.0.rc2 unittests/html/formTest1.html
watir-3.0.0.rc1 unittests/html/formTest1.html
watir-2.0.4 unittests/html/formTest1.html
watir-2.0.3 unittests/html/formTest1.html
watir-2.0.2 unittests/html/formTest1.html
watir-2.0.2.rc1 unittests/html/formTest1.html
watir-2.0.1 unittests/html/formTest1.html
watir-2.0.0 unittests/html/formTest1.html
watir-2.0.0.rc3 unittests/html/formTest1.html
watir-2.0.0.rc2 unittests/html/formTest1.html
watir-1.9.2 unittests/html/formTest1.html
watir-1.9.2.rc1 unittests/html/formTest1.html
watir-1.9.1 unittests/html/formTest1.html
watir-1.9.1.rc1 unittests/html/formTest1.html