Skip to content

Commit 6f76fe4

Browse files
committed
v1.0.18 release: pptr patch fixes to work with puppeteer v24.8.1
1 parent f3123e2 commit 6f76fe4

File tree

4 files changed

+66
-74
lines changed

4 files changed

+66
-74
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ If you already have your package patched and want to update to the latest versio
148148
All these versions are just wrappers around Node.js version of Playwright. You need to find `driver` folder inside your Playwright package and run this patch with `--packagePath=$yourDriverFolder/$yourPlatform/package`.
149149

150150
## Puppeteer support
151-
✅ Latest fully tested version: 23.10.1 (released 2024-12-04)
151+
✅ Latest fully tested version: 24.8.1 (released 2025-05-06)
152152

153153
## Playwright support
154154
Playwright patches include:
@@ -160,7 +160,7 @@ Important: `page.pause()` method doesn't work with the enabled fix, it needs mor
160160

161161
These patches work only for Chrome for now. If you really want to use it with WebKit or Firefox, please open a new issue.
162162

163-
✅ Latest fully tested version: 1.49.1 (released 2024-12-10)
163+
✅ Latest fully tested version: 1.52.0 (released 2025-04-17)
164164

165165
## How to use `rebrowser-puppeteer` with `puppeteer-extra`?
166166
Use `addExtra` method, here is the example:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rebrowser-patches",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"description": "Collection of patches for puppeteer and playwright to avoid automation detection and leaks. Helps to avoid Cloudflare and DataDome CAPTCHA pages. Easy to patch/unpatch, can be enabled/disabled on demand.",
55
"keywords": [
66
"automation",

0 commit comments

Comments
 (0)