Loading extensions in Browser Rendering
Hello, I am trying to figure out if I can enable tab capture APIs in puppeteer. This code https://github.com/SamuelScheit/puppeteer-stream/blob/main/src/PuppeteerStream.ts shows what I am trying to do using pupputeer-core, wondering if possible CF fork of puppeteer
GitHub
puppeteer-stream/src/PuppeteerStream.ts at main · SamuelScheit/pupp...
A Library for puppeteer to retrieve audio and video streams of webpages - SamuelScheit/puppeteer-stream
3 Replies
My question was also asked here https://community.cloudflare.com/t/inquiry-about-extension-support-in-cloudflare-browser-rendering-api/725630
seems like it: https://github.com/cloudflare/puppeteer/commit/1e82d980274a149eb37c5f338a74377c6692ae1c
GitHub
docs: improve the Working with Chrome Extensions section (#8321) · ...
- Added a note to mention the experimental Chrome headless mode can
also be used.
- Improved the example code to wait for the background page to be
ready. The previous example sometimes didn...
to load a chrome extension you have to pass the args flag, but the types on the CF puppeteer library don't support it

