trisquel-icecat/icecat/remote/test/puppeteer/examples
2025-10-06 02:35:48 -06:00
..
puppeteer-in-browser icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
puppeteer-in-extension icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
block-images.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
cross-browser.js icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
custom-event.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
detect-sniff.js icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
pdf.js icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
proxy.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
README.md icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00
screenshot-fullpage.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
screenshot.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
search.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
webdriver-bidi.mjs icecat: add release 140.3.1-1gnu1 2025-10-06 02:35:48 -06:00

Puppeteer: Examples

This is the official set of Puppeteer examples. For a list of curated examples and use-cases, including third-party ones, see pptr.dev/examples.

Run

Check out this repository and and install the package dependencies, using the following command:

npm install

Then build a version of Puppeteer to be used with the examples:

npm run build

After both commands have succeeded, run an individual example like so:

NODE_PATH=../ node examples/search.js