Fixing selector so the bot can click the right target

Hi!

So I have these elements in a browser.

My problem is I want to click the value “100% of HR service requests acknowledged within the next business day based on the SSR* for Employee benefits and Exit clearance” but the bot can’t identify it.

Here’s the selector of that value from Ui Explorer:

html title=‘iIMS’
webctrl css-selector=‘body>div>table>tbody>tr>td>form>div>div>div>div>table’ parentid=‘TargetGrid’ tag=‘TABLE’
webctrl tableCol=‘3’ tableRow=‘2’ tag=‘TD’

And here’s my selector to get the value:

webctrl css-selector=‘body>div>table>tbody>tr>td>form>div>div>div>div>table’ parentid=‘TargetGrid’ tag=‘TABLE’
webctrl isleaf=‘1’ innertext=’ "+row(7).tostring+" ’

Please help me on this! Thanks!

Hey @caduque

Nice to see you after a long time

Just a suggestion… since this string is available in a table wouldn’t it be easier if you do a data scraping of this table and directly get the value through a loop?

Not sure what the scenario around this, but I’m just suggesting… what do you think?

Hi @Lahiru.Fernando,

Nice to see you as well.

I’m afraid data scraping wouldn’t be of much help. Values inside the table varies depending on the values I select on the dropdown.

Thanks!

Hi @Palaniyappan,

Sorry for disturbing you, but can you help me on my problem above?