Get Me the GIF!
How Serverless, Puppeteer, FFMPEG, and AWS Lambda can help you get the GIFs from Twitter.
The PuppetHero Digest
I’m launching the The PuppetHero Digest, a free, biweekly·ish collection of Puppeteer news, articles, and tutorials sent directly to your email inbox.
GroceryJS: JavaScript Your Groceries
An experimental Nodejs / Puppeteer app for automating your grocery shopping
Taxes With Puppeteer
Danny Guo outlines the steps he took in writing a Nodejs / Puppeteer script to enter data into TurboTax.
Getting Started With Puppeteer
Puppeteer is a JavaScript / Node library which provides a high-level API to instrument Google Chrome or Chromium using the Chrome DevTools Protocol.
Clearing an input field in Puppeteer
I’m working on a project in Puppeteer. I needed to clear a text field. Turns out, it’s not straightforward, but it’s not hard either.