Skip to content

Commit 2d2e0bc

Browse files
committed
readme fixes
1 parent bda85d9 commit 2d2e0bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Our fix disables the automatic `Runtime.Enable` command on every frame. Instead,
5353

5454
🔴 Cons: None are discovered so far.
5555

56+
*This approach is supported only in Puppeteer. Playwright support is coming soon, stay tuned.*
57+
5658
#### 2. Create a new isolated context via `Page.createIsolatedWorld` and save its ID.
5759
🟢 Pros: All your code will be executed in a separate isolated world, preventing page scripts from detecting your changes via MutationObserver and other techniques.
5860

@@ -149,7 +151,9 @@ All these versions are just wrappers around Node.js version of Playwright. You n
149151

150152
## Puppeteer support
151153
Latest fully tested version: 23.6.0 (2024-10-16)
154+
152155
✅ Versions 22.13.x and above are supported.
156+
153157
❌ Versions 22.12.x and below are not supported.
154158

155159
## Playwright support

0 commit comments

Comments
 (0)