DEV Community

Discussion on: Practical Puppeteer: Playing with Puppeteer Core package

Collapse
 
chan_austria777 profile image
chan 🤖

if i want to deploy an api server that uses puppeteer-core instead of puppeteer, how do i specify the path to the browser?

Collapse
 
paularah profile image
Paul Arah

You'd ave to install chrome/chromium and all the needed dependencies and everything else is the same. I'd advise you use puppeteer over puppeteer-core because of reliability in your server environment.