Use Headless Chrome and Docker to run GPU Computations

Learn how to interact with a website using headless Chrome, simple JavaScript, and Docker containers.

Antriani
JavaScript in Plain English
4 min readOct 26, 2021

--

Photo by Kevin Bhagat on Unsplash

You might need to visit a website at some point programmatically. It can be helpful for different reasons. Here are a few examples:

  1. Test quickly and accurately a website’s…

--

--