Sha256: 715fc71b8588f65a63a64a9233e2495a4cfa68501f8f596805a70ec71e26e165

Contents?: true

Size: 612 Bytes

Versions: 7

Compression:

Stored size: 612 Bytes

Contents

<html>
    <head>
        <title>Testing table cell using xpath.</title>
    </head>
    <body>
    <table>
        <tr>
            <td colspan="1"><img src="images/square.jpg"> Table Cell with image of square.
            </td>
            <td colspan="2"><img src="images/triangle.jpg"> Table Cell with image of triangle.
            </td>
            <td colspan="3"><img src="images/circle.jpg"> Table Cell with image of circle.
            </td>
            <td colspan="4"><img src="images/button.jpg"> Table Cell with image of button.
            </td>    
        </tr>
    </table>
    </body>
</html>

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
mk_firewatir-1.6.5 unittests/html/tableCell_using_xpath.html
firewatir-1.6.5 unittests/html/tableCell_using_xpath.html
watir-1.6.5 unittests/html/tableCell_using_xpath.html
firewatir-1.1.1 unittests/html/tableCell_using_xpath.html
firewatir-1.2.0 unittests/html/tableCell_using_xpath.html
firewatir-1.6.2 unittests/html/tableCell_using_xpath.html
firewatir-1.2.1 unittests/html/tableCell_using_xpath.html