How to take website screenshots with Go
Today, there are many options to make screenshots of any URL with Go:
Selenium WebDriver client for Go.
You can use the Go analog of Puppeteer.
Playwright library.
Or Screenshot API as a service.
They might overlap, but there is no best solution. E...
dmytrokrasun.hashnode.dev5 min read