Hi Guys
I’m trying to build a process whereby the first step is to initially click into a hyperlink from a html table row, and then it goes into another page, does some actions and returns to the original page with the table.
I’ve got the page with the actions to work without issue, but I need to somehow get it to identify the same button in the next row when it returns to the table page.
I can see it is identifying the selector as:
"<html title='Debtstream - new files awaiting confirmation' /><webctrl parentname='f_confirm' tableRow='1' tag='A' />"
whereby each selector changes by 1 based on the table row. Is there any way I can scrape this value out as a variable, or something else, so that my process can identify the same button in the next row and click it? Image of the HTML table page below.
Thanks