berstend / puppeteer-extra

💯 Teach puppeteer new tricks through plugins.
https://extra.community
MIT License
6.23k stars 731 forks source link

Puppeteer v22.0.0 [Bug] #874

Open faisalmumtaz89 opened 4 months ago

faisalmumtaz89 commented 4 months ago

When is the update coming out to enable compatibility with latest puppeteer v22.0.0?

Breaking change: rename createIncognitoBrowserContext to createBrowserContext (https://github.com/puppeteer/puppeteer/issues/11834)

dekelev commented 4 days ago
image

The automation-extra-plugin NPM module is checking if the browser is running with puppeteer by checking if the object contains the createIncognitoBrowserContext method, but this method was renamed in puppeteer v22.0.0 with this PR:

image