Sha256: 3803ebb0ae70e318505d974a15f16653799eacb8e749bb8ba12dfcbb0e0b8453

Contents?: true

Size: 376 Bytes

Versions: 16

Compression:

Stored size: 376 Bytes

Contents

<!doctype html>
<head>
<title>
Test page for Tables
</title>
</head>
<body>
<br>
<br>
<table >
    <tr>
      <td> Row 1 Col1 </td>
      <td> Row 1 Col2 </td>
    </tr>  
    <tr>
      <td> Row 2 Col1 </td>
      <td> Row 2 Col2 </td>
    </tr>  
    <tr>
      <td> Row 3 Col1 </td>
      <td> Row 3 Col2 </td>
    </tr>  
</table>
</body>
</html>

Version data entries

16 entries across 16 versions & 2 rubygems

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