I have to click on first link in the table. Not able to click the link, it's id and xpath is changing when a new record is created as follows :
Action Exception Number
Edit | Del EX-0000529
Edit | Del EX-0000528
Edit | Del EX-0000527
Edit | Del EX-0000526
Edit | Del EX-0000525
HTML is as follows :
<td class="x-grid3-col x-grid3-cell x-grid3-td-NAME " tabindex="0"
style="width:251px;">
<div id="a3h290000001fC6_NAME" class="x-grid3-cell-inner x-grid3-col-NAME">
<a href="/a3h290000001fC6">
<span>EX-0000529</span>
</a>
</div>
</td>
<td class="x-grid3-col x-grid3-cell x-grid3-td-NAME " tabindex="0"
style="width:251px;">
<div id="a3h290000001f9v_NAME" class="x-grid3-cell-inner x-grid3-col-
NAME">
<a href="/a3h290000001f9v">
<span>EX-0000528</span>
</a>
</div>
</td>