chromedp Go Browser Automation with Chrome DevTools Protocol は何をしますか?
This skill turns chromedp into a repeatable browser automation workflow for Go teams. It covers navigation, DOM queries, screenshots, PDF capture, network-aware waits, and structured extraction through the Chrome DevTools Protocol.
Installation
Requirements and caveats from upstream:
- chromedp/headless-shell image. That image contains
- headless-shell - A build of headless-shell that is used for testing chromedp
Basic usage or getting-started notes:
-
sh
-
$ go get -u github.com/chromedp/chromedp
-
Examples
-
Extracted from upstream docs: https://raw.githubusercontent.com/chromedp/chromedp/HEAD/README.md