Scrape a site with infinite scroll and links (that must be clicked to access data)

I am trying to extract data from a website with infinite scroll. However, to access the data, one needs to click on each individual element. I can scrape data on the main page using the infinite scroll. However, I have been unsuccessful extracting data that requires to click on each athlete profile, and then scroll down to the next profile (and click again). Any help would be greatly appreciated.

Url: https://everesting.cc/hall-of-fame/#/

Sitemap:
{"_id":"everestingdetail1","startUrl":["https://everesting.cc/hall-of-fame/#/"],"selectors":[{"id":"Athlete","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div.Hill","multiple":true,"delay":2000},["Athlete"],"selector":"div.HillInfo__date","multiple":false,"regex":"","delay":0},{"id":"Distance","type":"SelectorText","parentSelectors":["Athlete"],"selector":"div.col-xs-6:nth-of-type(1) div.Metric__value","multiple":false,"regex":"","delay":0},{"id":"Time","type":"SelectorText","parentSelectors":["Athlete"],"selector":"div.col-xs-6:nth-of-type(2) div.Metric__value","multiple":false,"regex":"","delay":0},{"id":"Elevation","type":"SelectorText","parentSelectors":["Athlete"],"selector":"div.col-xs-6:nth-of-type(3) div.Metric__value","multiple":false,"regex":"","delay":0},{"id":"Gradient","type":"SelectorText","parentSelectors":["Athlete"],"selector":"div:nth-of-type(4) div.Metric__value","multiple":false,"regex":"","delay":0},{"id":"BPM","type":"SelectorText","parentSelectors":["Athlete"],"selector":"div:nth-of-type(5) div.Metric__value","multiple":false,"regex":"","delay":0},{"id":"Repeats","type":"SelectorText","parentSelectors":["Athlete"],"selector":"div:nth-of-type(6) div.Metric__value","multiple":false,"regex":"","delay":0},