Automate Browsing Tasks with Golang

The use of ChromeDP — Chrome DevTools Protocol

Zhimin Wen
ITNEXT
Published in
4 min readMar 14, 2024

--

Image Generated By Gemini

Sometimes you may want to automate browser activities. The chromedp is a Golang library that can drive those tasks. This paper lists some common scenarios with this tool.

Simple Navigation

--

--