How to Capture a Screenshot of a Page with Dynamic Content and Login using Golang
Capturing a screenshot of a login required page is sometimes hard than you think. The author recommends this web automation tool called chromedp to do this task. The Golang Chromedp package A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol. Simply speaking, the chromedp is a high-level Chrome DevTools Protocol client that simplifies driving […]