Scrapping from site that opens data in new tab

I'm trying to grab data from ras.football, but when it clicks the link for a players name it opens the player page in a new tab. This results in the scrap immediately stopping. I've tried it as a link and pop-up link, but no success. Any ideas? Here's the export:

Sitemaps
Sitemap rASFootball
Create new sitemap
{"_id":"rASFootball","startUrl":["https://ras.football/"],"selectors":[{"id":"Player","multiple":false,"parentSelectors":["_root","Pages"],"selector":"a.nt_btn","type":"SelectorPopupLink"},{"id":"Pages","paginationType":"auto","parentSelectors":["_root","Pages"],"selector":"li:nth-of-type(n+4) a.footable-page-link","type":"SelectorPagination"},{"id":"Hand","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#RASrow th:nth-of-type(3)","type":"SelectorText"},{"id":"Arm","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"th:nth-of-type(7)","type":"SelectorText"},{"id":"Height","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#SizeSection tr:nth-of-type(3) td:nth-of-type(1)","type":"SelectorText"},{"id":"Weight","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#SizeSection tr:nth-of-type(4) td:nth-of-type(1)","type":"SelectorText"},{"id":"Bench","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#SizeSection tr:nth-of-type(5) td:nth-of-type(1)","type":"SelectorText"},{"id":"Vert","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#ExplosionSection tr:nth-of-type(3) td:nth-of-type(1)","type":"SelectorText"},{"id":"Broad","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#ExplosionSection tr:nth-of-type(4) td:nth-of-type(1)","type":"SelectorText"},{"id":"40y","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#SpeedSection tr:nth-of-type(3) td:nth-of-type(1)","type":"SelectorText"},{"id":"20y","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#SpeedSection tr:nth-of-type(4) td:nth-of-type(1)","type":"SelectorText"},{"id":"10y","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#SpeedSection tr:nth-of-type(5) td:nth-of-type(1)","type":"SelectorText"},{"id":"Shuttle","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#AgilitySection tr:nth-of-type(3) td:nth-of-type(1)","type":"SelectorText"},{"id":"3Cone","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#AgilitySection tr:nth-of-type(4) td:nth-of-type(1)","type":"SelectorText"},{"id":"Name","multiple":false,"parentSelectors":["Player"],"regex":"","selector":"#PlayerInfoRow th","type":"SelectorText"}]}