Chromium
Chromium
Docker
Docker Desktop
Linux
Ubuntu
VcXsrv
WSL
WSL2
Windows
Windows Subsystem for Linux
Windows Terminal
Windows10
X Server
crawler (e.g. a web crawler or robot)
crawling
puppeteer
scraping
I have been using WSL1 and was thinking of using WSL2 sometime in the future when it becomes more stable, but now I have moved to WSL2 out of necessity. I'm going to write about the transition from WSL1 to WSL2 and the related Docker and X…
Chromium
JavaScript
RaspberryPi
crawler (e.g. a web crawler or robot)
crawling
puppeteer
raspberry pie
scraping
How to deal with the browser is not defined error when trying to run Puppeteer on a RaspberryPi. Reason When "Puppeteer" is installed by npm, Chromium is also newly installed in node_modules, and Puppeteer uses this Chromium by default. Ho…