How do I locate a table row based on table cell data using the following HTML snippet:
<table id="BetaCustomersTable>
<s:iterator>
<tr>
<td class="userTabletd">
<s:property value="email" />
</td>
</tr>
</s:iterator>
</table>