You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When is the update coming out to enable compatibility with latest puppeteer v22.0.0?
Breaking change:
rename createIncognitoBrowserContext to createBrowserContext (puppeteer/puppeteer#11834)
The text was updated successfully, but these errors were encountered: