I want to get dynamic links on https://www.thehindu.com/ as picture below.
I’m trying as following:
- Open browser: https://www.thehindu.com/.
- Get attribute.
- 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?