enqueueLinksByClickingElements help
I have written this code for Puppeteer:
But it generates this error:
Where is the mistake ?
3 Replies
@Pepa J
Example URL : https://www.elcorteingles.pt/perfumaria-e-cosmetica/A40015143-batom-lustreglass-sheer-shine-3-g/?color=FLUSTERED
I want to enqueue the urls from each color under the price.
You need to pass the
page
and requestQueue
as well https://docs.apify.com/sdk/js/docs/1.3/api/puppeteer
oh ok
thank you