3 This is the official set of Puppeteer examples. For a list of curated examples and use-cases,
4 including third-party ones, see [pptr.dev/examples](https://pptr.dev/examples).
8 Check out this repository and and install the package dependencies, using the following command:
14 Then build a version of Puppeteer to be used with the examples:
20 After both commands have succeeded, run an individual example like so:
23 NODE_PATH=../ node examples/search.js