Added "playwright-extra" with "stealthPlugin" and got error "Cannot read properties of undefined"
I have some code using PlaywrightCrawler. I added "playwright-extra" with "stealthPlugin" to this code. Exactly as in documentation [1]
I added to my code only this:
The rest of program remains the same as before. And I have
Well, the code works. Bot detection sites report that my crawler has 3 plugins and supports 4 mime types, so something changed.
But! I got this is the stdout:
How bad is this?
[1] https://crawlee.dev/docs/examples/crawler-plugins
I added to my code only this:
The rest of program remains the same as before. And I have
useFingerprints: true and launcher: firefox in code.Well, the code works. Bot detection sites report that my crawler has 3 plugins and supports 4 mime types, so something changed.
But! I got this is the stdout:
How bad is this?
[1] https://crawlee.dev/docs/examples/crawler-plugins
puppeteer-extra and playwright-extra are community-built
