Skip to content

docs: add puppeteer tutorial#1152

Merged
muodov merged 4 commits into
duckduckgo:mainfrom
Kikobeats:docs
Apr 13, 2026
Merged

docs: add puppeteer tutorial#1152
muodov merged 4 commits into
duckduckgo:mainfrom
Kikobeats:docs

Conversation

@Kikobeats
Copy link
Copy Markdown
Contributor

@Kikobeats Kikobeats commented Feb 14, 2026

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.md tutorial showing how to inject autoconsent.playwright.js into Puppeteer and bridge messaging via page.exposeFunction/page.evaluateOnNewDocument (including handling init/eval messages and re-running after navigation).

Updates readme.md to 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.

@sammacbeth sammacbeth requested a review from muodov February 17, 2026 15:48
Copy link
Copy Markdown
Member

@muodov muodov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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?

Comment thread readme.md Outdated
Comment thread readme.md Outdated
Comment thread readme.md
Comment thread readme.md Outdated
@muodov muodov added the documentation Changes only affect the documentation label Mar 26, 2026
@Kikobeats Kikobeats requested a review from muodov April 6, 2026 06:51
@Kikobeats
Copy link
Copy Markdown
Contributor Author

@muodov comment addressed 🙂

@muodov muodov merged commit b477318 into duckduckgo:main Apr 13, 2026
5 of 6 checks passed
@Kikobeats Kikobeats deleted the docs branch April 14, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Changes only affect the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Question: how to use this library with Peuppeteer?

2 participants