Sha256: 258b37e9bad3a19e9d9ff6369aebfd2b61b2d0be3fada7a4eb49526d4fc7eac0

Contents?: true

Size: 1.02 KB

Versions: 49

Compression:

Stored size: 1.02 KB

Contents

<html>
<head>
<title>
Test page for buttons
</title>
  <link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
</head>
<body>
<br>
<br>
<table>
<tr>
<td>
<form name = test1 method = get action = pass.html>

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

</form>
<td> The top button is for testing buttons with names
<br> The second button is used for testing disabled buttons


<tr>
<td>
<form name = test2 method = get action = pass2.html>
<br><input type = submit value=Submit>
</form>
<td> This button is a submit ( the others are buttons)

<tr>
<td>
<form name = test3 method = get action = pass3.html>
<br><input type = image src=images/button.jpg name =sub3>
</form>
<td> This button is an image. It should behave the same as a submit



</html>

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
commonwatir-3.0.0.rc3 unittests/html/buttons1.html
commonwatir-3.0.0.rc2 unittests/html/buttons1.html
commonwatir-3.0.0.rc1 unittests/html/buttons1.html
commonwatir-2.0.4 unittests/html/buttons1.html
commonwatir-2.0.3 unittests/html/buttons1.html
commonwatir-2.0.2 unittests/html/buttons1.html
commonwatir-2.0.2.rc1 unittests/html/buttons1.html
commonwatir-2.0.1 unittests/html/buttons1.html
commonwatir-2.0.0 unittests/html/buttons1.html
commonwatir-2.0.0.rc3 unittests/html/buttons1.html
commonwatir-2.0.0.rc2 unittests/html/buttons1.html
commonwatir-1.9.2 unittests/html/buttons1.html
commonwatir-1.9.2.rc1 unittests/html/buttons1.html
commonwatir-1.9.1 unittests/html/buttons1.html
commonwatir-1.9.1.rc1 unittests/html/buttons1.html
watir-1.9.0 unittests/html/buttons1.html
commonwatir-1.9.0 unittests/html/buttons1.html
watir-1.9.0.rc7 unittests/html/buttons1.html
commonwatir-1.9.0.rc7 unittests/html/buttons1.html
watir-1.9.0.rc6 unittests/html/buttons1.html