You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## How to use `rebrowser-puppeteer` with `puppeteer-extra`?
166
+
Use `addExtra` method, here is the example:
167
+
```
168
+
// before
169
+
import puppeteer from 'puppeteer-extra'
170
+
171
+
// after
172
+
import { addExtra } from 'puppeteer-extra'
173
+
import rebrowserPuppeteer from 'rebrowser-puppeteer'
174
+
const puppeteer = addExtra(rebrowserPuppeteer)
175
+
```
176
+
165
177
## Follow the project
166
178
We're currently developing more patches to improve web automation transparency, which will be released in this repo soon. Please support the project by clicking ⭐️ star or watch button.
0 commit comments