URL column empty [Data Scraping]

I’m facing issue with empty URL column.
What I want to do is to scrape child pages Name and URLs, and afterward to iterate through them using URL.
Screenshot:

1 Like

@bp777

Instead of extracting whole table, try to extract only those columns by indicating it.

@Sreelatha278
I did exactly as you described, because extracting whole table didn’t work.
But still, URL column is empty

1 Like

Kindly have a view in this thread pls

Cheers @bp777

Thanks @Palaniyappan, but what I have just found is that column “Name” doesn’t even have ‘src’ element when Inspecting.
inspected
Do you maybe know what could be the second option for iterating through parent pages?
As you can see columns Name are parent pages, which I need to iterate through “Click” activity, and then to scrape data from child pages.