Automate the Web — Basics

CodeDraken
Dev Compendium
Published in
13 min readDec 22, 2020

--

A beginner tutorial that shows how you can start automating the web using JavaScript.

Automate the Web Series

This tutorial series is aimed at beginners and intermediate programmers who have yet to fully utilize JavaScript in their everyday lives for automating tasks. We’ll mostly be automating tasks that I’ve needed to automate, but these concepts apply anywhere.

What You’ll Learn

  • The 20% of code that covers 80% of automation use cases
  • How to leverage the power of delayed recursive…

--

--