How to read an URL ending with '...'

Hello folks,

I’m trying to get the URL of a link that looks like this: ‘Home - BBC News

This link is qute long and the Get Attribute activity does not see this at all.

I’m trying to scrape it using a dynamic selector but no success here. Similarly, the Get Text activity is also producing empty output.

Any ideas how can I go around this?

Get Attribute used for the href attribute from the a element?

Yup, any better idea?

show us the details e.g Inspect element from the Browser F12 Web tools related to this a elment

Overcame the issue by playing with the UI Explorer. This topic can be closed.