Scroll + Go Inside the Link and scrape linkedin ads library

Describe the problem.

Url:Ad Library Search | LinkedIn
The scrapper is scrolling down but it is coming empty and does not scrape urls to go into. I've watched the url and we'd need to use link selector inside the scroll selector, but somehow it is not working.

Sitemap:
{"_id":"linkedin-ads-libary","startUrl":["https://www.linkedin.com/ad-library/search?accountOwner=storylane"],"selectors":[{"elementLimit":0,"id":"main","multiple":true,"parentSelectors":["_root"],"scroll":true,"selector":".sponsored-status-update-preview a.text-color-action","type":"SelectorElement"},{"id":"link","linkType":"linkFromHref","multiple":false,"parentSelectors":["main"],"selector":"a","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["link"],"regex":"","selector":"p.commentary__content","type":"SelectorText"},{"id":"ad-impressions","multiple":false,"parentSelectors":["link"],"regex":"","selector":"div.mb-\\[6px\\]","type":"SelectorText"},{"id":"countries","multiple":false,"parentSelectors":["link"],"regex":"","selector":"div.first\\:mt-0:nth-of-type(2) span.ad-targeting__segments","type":"SelectorText"},{"id":"ran-from","multiple":false,"parentSelectors":["link"],"regex":"","selector":"p.about-ad__availability-duration","type":"SelectorText"}]}

Anyone can help? Really appreciate if you guys can take a look

What exactly is it you would like to scrape? All the View Details links? Or something specific?