selenium IDE clickAndWait xpath
- by user121196
In selenium IDE, I need to click on the nth link that has text 'XXX'. How can this be done?
<tr>
<td>clickAndWait</td>
<td>//a[text()='XXX'][${link}]</td>
<td></td>
</tr>
The above code says [error] Element //a[text()='XXX'][9] not found even though it's valid,