Sha256: 0145cfe99debccb0540b76a984a1fb5cf5b5b8465627efcf7ecbfa50882dcb30

Contents?: true

Size: 640 Bytes

Versions: 16

Compression:

Stored size: 640 Bytes

Contents

<!doctype 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

16 entries across 16 versions & 2 rubygems

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