Ruby、Cucumberを使用してテーブル内のエントリの数を数える簡単な方法を知っている人はいませんか& Selenium?Cucumber + Selenium - テーブルの行数を数えるには?
<table id="product_container">
<tr>
<th>Product Name</th>
<th>Qty In Stock</th>
</tr>
<tr>
<td>...</td>
<td>...</td>
</tr>
</table>