Hi,
In my use case I have to read the value from excel ,and select the row in the table with the value read from the excel . I tried with 2 value VISA13 and VISA14 ,got the below value in the UI Selector page
div[Id="pt1:_FOr1:1:_FONSr2:0:_FOTsr1:0:AP1:AT1:_ATp:t2::db"] > table > tbody > tr > td > div > table > tbody > tr > td:eq(12)
div[Id="pt1:_FOr1:1:_FONSr2:0:_FOTsr1:0:AP1:AT1:_ATp:t2::db"] > table > tbody > tr > td > div > table > tbody > tr > td:eq(18)
so the value in td:eq() dynamically changes
can anyone help me how to dynamically pass the value in UI element ?

below is the inspect of the row VISA14
<tr _afrrk="3" class="p_AFSelected p_AFFocused xem"><td nowrap="" _afrrh="true" class="xwl"><span style="white-space: nowrap"></span> </td><td style="padding:0px"><div style="position:relative;overflow:hidden;width:100%"><table summary="" style="table-layout: fixed; width: 1402px;" cellspacing="0" _afrit="1"><colgroup span="6"><col style="width:131px;"><col style="width:111px;"><col style="width:131px;"><col style="width:101px;"><col style="width: 767px;"><col style="width:161px;"></colgroup><tbody><tr><td style="width:120px;" nowrap="" class="xen"><span class="x2hg" style="white-space: nowrap"><a id="pt1:_FOr1:1:_FONSr2:0:_FOTsr1:0:AP1:AT1:_ATp:t2:3:cl22" class="xmv" onclick="this.focus();return false;" href="#">VISA14</a></span></td><td style="width:100px;" nowrap="" class="xen" title="Dubai Integrated Economic Zones Authority"><span class="x2hg" style="white-space: nowrap">Dubai Integrated Economic Zones Authority</span></td><td style="width:120px;" nowrap="" class="xen"><span class="x2hg" style="white-space: nowrap">01-Jul-2023</span></td><td style="width:90px;" nowrap="" class="xen"><span class="x2hg" style="white-space: nowrap">1</span></td><td style="width: 756px;" nowrap="" class="xen"><span class="x2hg" style="white-space: nowrap">VISA</span></td><td style="width:150px;" nowrap="" class="xen"><span class="x2hg" style="white-space: nowrap"><a id="pt1:_FOr1:1:_FONSr2:0:_FOTsr1:0:AP1:AT1:_ATp:t2:3:cl1" class="xmv" onclick="this.focus();return false;" href="#">TESTV (0 more)</a></span></td></tr></tbody></table></div></td></tr>