Thanks for click into this post. My scenario is that:
-
I have a order list in excel, let say with 6 orders
(0001, 0002, 0003, 0004, 0005, 0005A) -
In a web platform, I need RPA to click on each hyperlink
(Naming the same 0001, 0002, 0003, 0004, 0005, 0005A). -
There are no ways to enter the hyperlink by editing the browser link as it is random.
The only way is to click the hyperlink in web content and enter
My question is:
-
Is that possible for RPA to choose& click the hyperlinks in web content, with exact wordings in excel?
(Via Studio X) -
P.S. For order 0005, there is an order 0005 but also 0005A
- The may contain parts of same wordings.
- Is that possible not selecting the wrong one? (If in Excel = 0005, then in web shall only click 0005 but not 0005A)
Thanks a lot.