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
it should load the extension and we should be able to use it
Current Behavior
An error occurred: Error: net::ERR_ABORTED at chrome-extension://...
Steps to Reproduce
constbrowser=awaitpuppeteer.launch({executablePath: awaitchromium.executablePath(),headless: true,defaultViewport: null,args: ["--disable-features=IsolateOrigins,site-per-process","--disable-web-security","--no-sandbox","--disable-setuid-sandbox","--disable-gpu","--no-zygote","--single-process",`--disable-extensions-except=${extensionPath}`,// Load the specific extension`--load-extension=${extensionPath}`,// Specify the extension path],});
Does it support loading extension ?
The text was updated successfully, but these errors were encountered:
Environment
chromium
Version: "^131.0.1"puppeteer
Version: "^23.10.3"Expected Behavior
it should load the extension and we should be able to use it
Current Behavior
An error occurred: Error: net::ERR_ABORTED at chrome-extension://...
Steps to Reproduce
Does it support loading extension ?
The text was updated successfully, but these errors were encountered: