Is there a way to search for a specific text (which the text & its position will change each time) and click the link to the left of that specific text (which the link name will change randomly each time as well)
Example:
I want to search for ‘1,849.00’ on the screen and click the link ‘05072204310661643090’ on the row to the left
use find element with dynamic selector to find the 1849 and then use click activity to select the link
Using data scrapping
I hope this is a table, if it is, u can scrap the table using datascrapping , if possible the url associated with the Link along with datatable, once u get it, use lookup / any other datatable operations to find the amount and then get the corresponding link url
I tried using Anchor Base and was able to use ‘Find Element’ to find 1849 but I don’t know how to config the ‘Click Activity’ to select the link on that row
I used Click activity and indicated the link and setting my Anchor Position as Right, but it seems to click the Account column instead (referring to my attachment in the question thread)
I found a workaround using Anchor Base, Find element and Click activity at the found element with Offset X Y config, but I guess it’s not the right way to do it
@varis.m
Could you share the selector of the link in a uiexplorer, i think we need to add some attributes in the click activity to make the bot correctly click it