I have a tabel with more rows and I need to look for specific "selecttext1". -class myclass is not enough, because it is used for every row -href="#/test/id_var1 it's changing every time and I don't know its value
<td class="myclass">
<a class="ng-binding" href="#/test/id_var1">selectthistext1</a>
</td>
<td class="myclass">
<a class="ng-binding" href="#/test/id_var2">selectthistext2</a>
</td>