How to get dynamic links?

I want to get dynamic links on https://www.thehindu.com/ as picture below.

I’m trying as following:

  1. Open browser: https://www.thehindu.com/.
  2. Get attribute.

  1. Update GetAttribute.Selector to get dynamic links when the web change.
    From:
    "<webctrl aaname=' Crowdfunding plea to save Dalit women’s radio ' tabindex='0' tag='A' />"
    To:
    <webctrl aaname='*' tabindex='0' tag='A' class='story33x1-story' />

It’s work I get the first dynamic link.
How to get the second dynamic link? Could you suggest me, please?

Hi @akkapolk, you could try Data Scraping.

Cheers. Hope it helps.

1 Like

You can use data scrapping and all the URL will be stored into DataTable.

Main.xaml (9.0 KB)

1 Like

@quihan, OK I did it, thank you very much.
@Rashmi, OK I did it, thank you very much.