Files
Oliver Dunk 36f42978b8 Update Puppeteer tutorial to open popup with openPopup() (#1613)
Updates the Puppeteer tutorial to use the `action.openPopup()`
method to open the popup, and then `asPage()` to access the popup
as a page target.

A basic service worker has been added to the history sample to
give us a context to call `action.openPopup()` in.
2026-01-20 12:29:34 +01:00

15 lines
225 B
JSON

{
"name": "puppeteer-demo",
"version": "1.0",
"dependencies": {
"jest": "29.7.0",
"puppeteer": "24.35.0"
},
"scripts": {
"start": "jest ."
},
"devDependencies": {
"@jest/globals": "29.7.0"
}
}