https://github.com/testertech/simple-puppeteer-demo
Code for the YouTube video
https://github.com/testertech/simple-puppeteer-demo
Last synced: about 1 month ago
JSON representation
Code for the YouTube video
- Host: GitHub
- URL: https://github.com/testertech/simple-puppeteer-demo
- Owner: TesterTech
- Created: 2022-03-06T13:42:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T19:50:53.000Z (about 3 years ago)
- Last Synced: 2025-02-01T10:11:16.654Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-puppeteer-demo
Code for the YouTube video## Requirement
- Node (npm)## Run the example
- To run this example code just run the following
```
npm i puppeteer
node ./example.js
```## References
- https://pptr.dev
- https://puppeteer.github.io/puppeteer/
- Was facing some issues related to sandbox on Linux so, followed the workaround
https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#setting-up-chrome-linux-sandbox