1
0
Fork 0
firefox/remote/test/puppeteer/examples/README.md
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

543 B

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