Scrape links that are generated by JS script from click event listener

I would like to scrape this paginated site

I have created the following sitemap

There are two types of div cards in the site, the "pro" with blue colors and the regular ones. The issue I'm encountering is that the url to go to the regular card's dedicated page is not in html (not an element). Both the image and the card title does not have urls within the element. Based on further inspection, it seems that the url is generated through a JS script that listens on click events. How would one go about scraping such links?


the elements not containing urls

example
when hovering elements with url the cursor turns to a finger pointing hand. cards I have issue with are the ones that don't turn ; cause they don't have urls in the elements.

Hi!

Please try the following Link Type for the link selector:

image