issues
search
microlinkhq
/
browserless
The headless Chrome/Chromium driver on top of Puppeteer.
https://browserless.js.org
MIT License
1.63k
stars
81
forks
source link
build: migrate puppeteer@22
#567
Closed
Kikobeats
closed
8 months ago
Kikobeats
commented
8 months ago
changes
createIncognitoBrowserContext → createBrowserContext (
https://github.com/puppeteer/puppeteer/issues/11834
)
headles: true
is the new default (
https://github.com/puppeteer/puppeteer/pull/11815
)
tried to use ava@6 but
registerCompletionHandler
is not available in CJS ☹️ (
https://github.com/avajs/ava/pull/3283
)
Add waitForTimeout from nodeland (
https://github.com/puppeteer/puppeteer/issues/11780
)
changes
headles: true
is the new default (https://github.com/puppeteer/puppeteer/pull/11815)registerCompletionHandler
is not available in CJS ☹️ (https://github.com/avajs/ava/pull/3283)