puppeeter mac m1

Solutions on MaxInterview for puppeeter mac m1 by the best coders in the world

showing results for - "puppeeter mac m1"
Julián
26 Jul 2019
1// export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
2// npm install puppeeter
3
4await puppeteer.launch({
5    executablePath: '/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome',
6});