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!