Search for a specific URL in browser

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

image

You will get like this
image

Hope this Helps you

Regards
Sudharsan

1 Like

Hi @Tobias07

I have created a sample work flow based on your workflow!

Refer to the xaml below!

Main.xaml (13.8 KB)

Regards

2 Likes

Great! I will check both ideas, thank you!

1 Like

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)

Hi @Tobias07

Uncheck the option new session from the open browser properties!

Regards

1 Like

@Tobias07

alternate for open browser option is we can try with click by making the selector dynamic!

Regards

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.