The Daily Shaarli

All links of one day in a single page.

09/19/21

"How to Use Puppeteer to Automate Chrome in an API with Netlify Serverless Functions", Colby Fayock (@colbyfayock)
thumbnail

Automation typically includes purely code-based tasks that don’t even think about a browser, but some tasks need to interact and use the browser as a human would like performing a search on a site. How can we leverage tools that can automate the browser and pack it into a serverless API endpoint to make easily accessible?