Need help to scrape text in popup link

Describe the problem.
Hello, I need help to extract data (the text in the popup link). Right now I will get this when scraping:

My problem is, that i want the text from the link - not the link it self. Im new to scraping so i dont know how to select the text in the new link that pops up.

Sitemap:
{"_id":"webcrawler","startUrl":["https://www.jobindex.dk/jobsoegning/kontor/oekonomi?archive=1&maxdate=20230108&mindate=20000101"],"selectors":[{"id":"pagination","parentSelectors":["_root","pagination"],"paginationType":"auto","selector":"a.page-link","type":"SelectorPagination"},{"id":"element","parentSelectors":["pagination"],"type":"SelectorElement","selector":"div.jix_robotjob","multiple":true},{"id":"title","parentSelectors":["element"],"type":"SelectorText","selector":"a strong","multiple":false,"regex":""},{"id":"date","parentSelectors":["element"],"type":"SelectorText","selector":"div.jix-toolbar__pubdate","multiple":false,"regex":""},{"id":"job description","parentSelectors":["element"],"type":"SelectorLink","selector":".btn-list__element a","multiple":false}]}

1 Like