Table Extraction: Extract URLs

Studio: 2023.8.0

I’m trying to use the table extraction wizard to retrieve the URLS of the hyperlinks in a table on a website. In the old version of the wizard, there used to be an option of either returning the text, or the URL for a given field. Now I do not see any option to return the URL.

I’ve reviewed the latest documentation here: https://docs.uipath.com/activities/other/latest/ui-automation/table-extraction , but I don’t see any guidance relating to extracting URLs. Has this feature been removed now? or am I overlooking something?

Thanks in advance,

John

Maybe you can use “Find children” activity with upper level selector of the window that contains these links, and filter by elements with tag “a”.

As a note, if you use this activity, you can set to find “Descendant”, then you can find “childrens of childrens” with same activity.

Hope it helps
Usha

1 Like

Thanks Usha, This sounds like a sensible approach if the Extraction Wizard really doesn’t do URLs any more. I was kinda hoping someone would come back and say that I was being stupid and missing something obvious. Removing this feature seems like a backward step.

no worries
happy automation

1 Like

Hello John Mac,

Hello John Mac,

By activating the plugin in the image, if the URL is available in the rows you pulled data from, it will take it and it will appear in your table.

Regards!

Mert Samet

Seems like this is available in UiPath.UIAutomation.Activities = 22.4.10, but not in newer versions.

2 Likes