website-scraper-puppeteer
website-scraper-puppeteer copied to clipboard
[Investigation] Fix failing tests by timeout
After the quick investigation is was found that this issue started to be happening after upgrading puppeteer
package to version 16.1.1
And the errors are related to blockNavgation
feature:
https://github.com/website-scraper/website-scraper-puppeteer/blob/0ae842b6918123721eabf7651d9c2506977067f6/lib/index.js#L79-L90
Fixed by https://github.com/puppeteer/puppeteer/pull/9178 See https://github.com/puppeteer/puppeteer/issues/9175
Dependency updated in https://github.com/website-scraper/website-scraper-puppeteer/pull/55