Chromedpool is an efficient Chrome tab pool management library built on chromedp. It optimizes performance by reusing tabs and reducing the overhead of creating and destroying tabs.
go get github.com/gobylor/chromedpoolView full example: basic/main.go