Question in Get all links href tag from web page using Data Scraping

Hi All,

I am a new on using UiPath, i tried to get all url using data scraping but seem not really work. I only got column 1 value. Can anyone give me some suggestions?

The link => Labour Department - Pressure Equipment

Gashu

@Gashupelo ,

Welcome to UiPath Community!

Use the below approach:

  1. Get all links with Find Children activity
  2. Iterate through the output of Find Children activity and get url with Get Attributes activity

Thanks,
Ashok :slight_smile:

@ashokkarale

It’s work !!! Thanks alot!

1 Like

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