Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwebson committed Oct 17, 2024
1 parent bda85d9 commit 2d2e0bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Our fix disables the automatic `Runtime.Enable` command on every frame. Instead,

🔴 Cons: None are discovered so far.

*This approach is supported only in Puppeteer. Playwright support is coming soon, stay tuned.*

#### 2. Create a new isolated context via `Page.createIsolatedWorld` and save its ID.
🟢 Pros: All your code will be executed in a separate isolated world, preventing page scripts from detecting your changes via MutationObserver and other techniques.

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

## Puppeteer support
Latest fully tested version: 23.6.0 (2024-10-16)

✅ Versions 22.13.x and above are supported.

❌ Versions 22.12.x and below are not supported.

## Playwright support
Expand Down

0 comments on commit 2d2e0bc

Please sign in to comment.