puppeteer icon indicating copy to clipboard operation
puppeteer copied to clipboard

Puppeteer Core fork that works with Cloudflare Browser Workers

Results 34 puppeteer issues
Sort by recently updated
recently updated
newest added

### Bug description Steps to reproduce the problem: ``` const page = await browser.newPage(); await page.setCacheEnabled(false); await page.setViewport({ width: 1000, height: 1 }); const response = await page.goto("https://www.google.com"); await page.screenshot({...

bug

It seems like this fork of puppeteer is based on `v17.0.0` (released August 2022), whereas the latest version is `v22.6.3` (released yesterday, April 2024) Specifically, I'm looking to get deeper...

### Bug description I was creating a simple html to pdf converter when I stumbled into a little issue with all the current version of the fork. In the current...

bug

### Bug description Getting error on build on Worker as well locally on Wrangler **Logs from Cloudflare Deployment** ![image](https://github.com/cloudflare/puppeteer/assets/6106479/99390eb5-2e79-4544-8d35-df47bddb1e86) **Logs from Wrangler** ``` wrangler pages dev --proxy=3000 --compatibility-date=2023-09-04 --local ```...

bug

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

**What kind of change does this PR introduce?** **Did you add tests for your changes?** **If relevant, did you update the documentation?** **Summary** **Does this PR introduce a breaking change?**...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies