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.