I am more than halfway through the Automating in the Browser Using JavaScript course at Test Automation University.

It's interesting because I haven't really interacted with the DOM for automation before.

I learned about the hashchange event listener and how to dispatch the change, dblclick, and blur events with JavaScript.

I also learned about the snippets code editor that lives in Chrome's developer tools.