Automatically sign in with Google using Puppeteer
Let’s try to log in with Google to the website hosting this post

Puppeteer is a tool imitating a user of a Chrome browser. You can easily program Puppeteer to automatically click buttons, fill fields or execute your JavaScript code on any website. Puppeteer has many use cases, but personally I use it mostly for automatic data import into…