then-purpleT
Apify & Crawlee4y ago
9 replies
then-purple

enqueueLinks with a selector doesn't work?

I'm trying to grab the next page link from: https://www.haskovo.net/news with:
await enqueueLinks({
        selector: '.pagination li:last-child > a',
        label: 'LIST',
    })


But it won't work. I've checked this(+ other selectors) in DevTools and it grabs the element fine.

What am I missing?

PS: I'm just messing around, trying to get the grasp of things. I'm aware that I can grab the whole thing with Cheerio, but I want a 'proof of concept' with PlaywrightCrawler.
Новини - Haskovo.NET
Was this page helpful?