A Go language package that implements a client for CDP (Chrome DevTools Protocol).
chromedp
package is a high level CDP (Chrome DevTools Protocol) client in go language that simplifies driving browsers for scraping, unit testing, or profiling web pages using the CDP.
chromedp
requires no third-party dependencies, implementing the async Chrome DevTools Protocol entirely in Go.