docs: add puppeteer tutorial#1152
Merged
Merged
Conversation
muodov
requested changes
Mar 26, 2026
Member
muodov
left a comment
There was a problem hiding this comment.
@Kikobeats sorry for the delay here.
Really appreciate your contribution, it was hard to prioritise these docs on our end.
I had a few minor comments, could you take a look?
Contributor
Author
|
@muodov comment addressed 🙂 |
muodov
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
I found this project recently, and it's so great, but unfortunately, there are no clear steps for integrating with Puppeteer/Playwright.
After doing it for Browserless, which is a runner on top of Puppeteer, I came back to extend the README to help others 🙂
Closes #421
Note
Low Risk
Docs-only change that adds an integration tutorial and README link; no runtime code paths are modified.
Overview
Adds a new
docs/puppeteer.mdtutorial showing how to injectautoconsent.playwright.jsinto Puppeteer and bridge messaging viapage.exposeFunction/page.evaluateOnNewDocument(including handlinginit/evalmessages and re-running after navigation).Updates
readme.mdto link to the new Puppeteer guide.Reviewed by Cursor Bugbot for commit c1c0e86. Bugbot is set up for automated code reviews on this repo. Configure here.