Description
Gets the number of rows in a table for use in assert, verify, waitFor, etc.
See the related Selenium IDE Extension.
Example of Use
<table id="tableWith3Rows">
<tr>
<td>1</td>
</tr>
<tr>
<td>2</td>
</tr>
<tr>
<td>3</td>
</tr>
</table>
<table id="tableWithNoRows">
</table>
| verifyTableRows |
tableWith3Rows |
3 |
| verifyTableRows |
tableWithNoRows |
0 |
License
Public domain
Download
getTableRows.zip