MechaCode
MechaCode
Tried `brew unlink tesseract `, but no luck. And also tried @igorpavlov solution, still no luck. My project folder structure is like below index.js contains the code as, ```` const...
Enabling await page.setRequestInterception(true); stops futher execution, and removing await page.setRequestInterception(true); will run smoothly. There is issue with await page.setRequestInterception(true);
My scenario is, website renders 3000 pages in Iframe and i want render that website and build per page pdf by using puppeteer.pdf(). So I prepared 200 chunks of array...