8 lines
373 B
Go
8 lines
373 B
Go
// Package chromedp is a high level Chrome Debugging Protocol domain manager
|
|
// that simplifies driving web browsers (Chrome, Safari, Edge, Android Web
|
|
// Views, and others) for scraping, unit testing, or profiling web pages.
|
|
//
|
|
// chromedp requires no third-party dependencies (ie, Selenium), implementing
|
|
// the async Chrome Debugging Protocol natively.
|
|
package chromedp
|