Can't scrape this data

Describe the problem:
I can't figure out how to loop through each page on this specific site and open the each job and scrape the details.

Url: https://secure01.aureusmedical.com/Jobs/Search?division=1&query=%20&route=JobSeeker

Sitemap:
{"_id":"aureusmedicalgroup","startUrl":["https://secure01.aureusmedical.com/Jobs/Search?division=1&query=%20&route=JobSeeker"],"selectors":[{"id":"Element","type":"SelectorElementClick","selector":"mat-card.mat-card:nth-of-type(n+2)","parentSelectors":["_root"],"multiple":true,"delay":"5000","clickElementSelector":"mat-card-content.mat-card-content button.mat-paginator-navigation-next svg.mat-paginator-icon","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueCSSSelector"},{"id":"Job Title","type":"SelectorText","selector":"h4","parentSelectors":["Element"],"multiple":false,"regex":"","delay":0},{"id":"Location","type":"SelectorText","selector":"mat-card-subtitle.mat-card-subtitle div","parentSelectors":["Element"],"multiple":false,"regex":"","delay":0},{"id":"Job ID","type":"SelectorText","selector":"mat-card-subtitle.mat-card-subtitle h6","parentSelectors":["Element"],"multiple":false,"regex":"","delay":0},{"id":"Date Posted","type":"SelectorText","selector":"mat-card-title.mat-card-title h6","parentSelectors":["Element"],"multiple":false,"regex":"","delay":0}]}

Hi!

Unfortunately the website is actually a web-app built with JavaScript, that doesn't reflect any changes in URL and requires at least two Element Click selectors to work with. Unfortunately, it's not possible to scrape this website using current version of WebScraper. Keep up with the updates :slight_smile:

Thank you for the response! I will keep up to date with WebScraper

Is now possible to scrape this page?