apify / browser-pool

A Node.js library to easily manage and rotate a pool of web browsers, using any of the popular browser automation libraries like Puppeteer, Playwright, or SecretAgent.
87 stars 14 forks source link

fix: added webdriver hidding to chromium based browsers #74

Closed petrpatek closed 2 years ago

petrpatek commented 2 years ago

I having hard time figuring out why is this test broken 😞

B4nan commented 2 years ago

You mean TypeError: Class extends value undefined is not a constructor or null? That is almost certainly circular import that resolves to undefined when you need the value.

B4nan commented 2 years ago

Its caused by the newly added import for fingerprinting/utils as in that file you again import the browser plugin.