UNPKG

@molin.ai/rebrowser-cloudflare-puppeteer-core

Version:

A high-level API to control headless Chrome over the DevTools Protocol

36 lines (26 loc) 898 B
# Puppeteer fork Forked from `@cloudflare/puppeteer` with rebrowser patches applied. ## Development ```sh npm install npm run build npm install # run again after build to install browser binaries ``` ## Testing ```sh npm run test:chrome:shell # no need to run all tests ``` ## Publishing ```sh npm install npm run build npm install # run again after build to install browser binaries ./rebrowser/apply_patch.sh ./rebrowser/patches/lib-v22.8.2.patch cd packages/puppeteer-core npm version patch npm publish ``` ## Upstreams - https://github.com/cloudflare/puppeteer/blob/86d176c1d94affde1a934df7523b8efd5cab501b/README.md direct fork of this commit - https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-v22.8.2 CF forked this - https://github.com/rebrowser/rebrowser-patches/blob/f3123e2743abc3e773711a01b794900af1cb2b55/patches/puppeteer-core/lib.patch rebrowser patches version