NeoNomadeN
Apify & Crawlee3y ago
6 replies
NeoNomade

enqueueLinksByClickingElements help

I have written this code for Puppeteer:
await puppeteerClickElements.enqueueLinksByClickingElements({ forefront: true, selector: 'a.js-color-change' })

But it generates this error:
 Reclaiming failed request back to the list or queue. Expected property `page` to be of type `object` but received type `undefined`
Expected object `page` to have keys `["goto","evaluate"]` in object `options`

Where is the mistake ?
Was this page helpful?