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
InspectorT
InspectorTOP2mo ago
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...
InspectorT
InspectorTOP2mo ago
to load a chrome extension you have to pass the args flag, but the types on the CF puppeteer library don't support it
No description
No description

Did you find this page helpful?