When using selenium IDE to test my site, I encountered a challenge on some pages where there is a link with a variable ID. For example: () Every time a user clicks on this link, the site takes them to a process page with a changing number (variable).
Due to this variability, I am unable to use the following code:
<tr>
<td>click</td>
<td>link=yourorder.com/135046</td>
</tr>
Can anyone suggest what alternative approach I can take? Any help would be appreciated.