Href in a div - no results

I am trying to extract this specific href with no luck.

I have tried using Element Attribute HREF and Link going through all child and parent variations. I can get it to scrape CLASS as well as some html, but I can't seem to get href.

Url: https://www.udemy.com/220-701-a-essentials-certification-practice-exam-s/?couponCode=EALPKU

Any help would be appreciated. Thanks

Hey there!

You have to manually set the selector for it, since link ('a') doesn't have any html inside it, thus making selecting it using WebScraper picker impossible.

You can try to set up an Element Attribute selector, put [class^='--buy-button'] a as a selector, and href as an attribute to extract.