I’m trying to build a process that enters a phrase into Google and then searches for a specific URL on multiple pages until it finds it. I can’t figure out how to make robot find the URL and click it.
HI @Tobias07
Try with get attribute on each line and set URL as your attribute
or else
Simply DataScrap the pages you will able to get the URL in separate column and you can loop on it.
Regards
Sudharsan
You will get like this
Hope this Helps you
Regards
Sudharsan
Hi @Tobias07
I have created a sample work flow based on your workflow!
Refer to the xaml below!
Main.xaml (13.8 KB)
Regards
Great! I will check both ideas, thank you!
I checked your workflow and it looks like what I need, but I have one more question, how to make the robot click the selected URL in browser? (without opening new browser window)
alternate for open browser option is we can try with click by making the selector dynamic!
Regards
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.