Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Puppeteer v22.0.0 [Bug] #874

Open
faisalmumtaz89 opened this issue Feb 10, 2024 · 1 comment
Open

Puppeteer v22.0.0 [Bug] #874

faisalmumtaz89 opened this issue Feb 10, 2024 · 1 comment
Labels
issue: bug report A bug has been reported needs triage

Comments

@faisalmumtaz89
Copy link

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

Breaking change:
rename createIncognitoBrowserContext to createBrowserContext (puppeteer/puppeteer#11834)

@dekelev
Copy link

dekelev commented Jun 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug report A bug has been reported needs triage
Projects
None yet
Development

No branches or pull requests

2 participants