List/Grid
Tag Archives: how to verify a table’s column headers and rows?
In WatiN, how to verify a table’s column headers and rows?
<table id=”build-table”> <tr> <th>Build ID</th> <th>Build Time</th> </tr> <tr> <td> <a href=”/Details/5.1″>5.1</a> </td> <td>02.06.2011 13:33:03</td> </tr> </table> How would I verify in WatiN that the table has the correct… Read more