DEV Community

Discussion on: What was your win this week?

Collapse
 
subsr97 profile image
Subramanian 😎 • Edited

I managed to develop an automation tool for my company using chromedp in Go.

It isn't really a part of my job, but I liked the idea, so I took it up.

chromedp was pretty vague, with not so beginner-friendly documentation.

But my interest for working with chromedp increased pretty soon - as soon as I found out that headless chrome works like a charm.

chromedp is for automation using Headless Chrome in Go.

Do checkout their GitHub page and see if it interests you.