I have to handle below scenario, I tried with data scraping and many if and else but did not worked for me,
Suppose we have a web page where we have a table as mentioned below:
EMpName Client name
ABC ABC1
ABC XYZ
ABC PQR
So the problem statement is emp name is same for muliple clients, In a web page I want to click but that employee name for which Robot is reading client name from an excel sheet.
FYI- abc, ABC1 XYZ,PQR are links it can be clicked-
Double check your TD selector. Click> Indicate on Screen > Select on any cell in the table. Then modify your selector to have aaname and add your variable to it. Your selector might be different compared to mine.