Puppeteer
Generate API Key
Go over Nstbrowser Client Dash's API menu or go to: https://app.nstbrowser.io/app/api
Install puppeteer-core
If you haven't chosen a library yet we highly recommend puppeteer as it's fairly active and has many maintainers. It's also built by the developers of Chrome, so it's one of the highest quality libraries around.
pnpm
yarn
npm
Setup your app use Browserless
As an example let's write a screenshot service that takes a picture of the website and downloads it. We'll setup a route on the /image path and take a picture of a static webpage (though you can make this configurable if you wish):Once we have Browserless account setup, we can simply "connect" to it in our application instead of launching local Chrome. Screenshot service with Browserless Launch a browser by config. (the full config refers to LaunchNewBrowser) The This That's it! Now you don't have to worry about bundling Chrome or it's dependencies in production and can continue to develop your application. Below is a sample cURL call that will use your new service to ensure it's all working:
WARNING
kernelMilestone
parameter has a fixed value of 128 currently.proxy
parameter is required.
View the Browserless dashboard
You can view the statistics of recent requests and the remaining session time in the Browserless menu of the Nstbrowser client.