Datascraping Urls - Loop result - open url

I need click on each and every country one after other to scrap the data, can someone help me to achieve this??

@Palaniyappan @geetishree.rao @ushu @lakshman @Gokul001 @Nithinkrishna

Looks like a duplicate of:

Here 2 options were named: Find children and datascraping

That datascraping will retrieve the urls we can see here

With a for each row we can iterate over the datatable and can use the LINK column for opening the page e.g. with open browser / navigate to. …

Hey @HeartCatcher

Did you tried the Find children method discussed ?

Thanks
#nK