b5032069e3
- Refactored chromedp-gen and cdp code so that Execute no longer returns a channel - Fixing potential race problems in handler - Eliminated some dead code - Updated examples to include new logging parameters |
||
---|---|---|
.. | ||
.gitignore | ||
main.go | ||
README.md |
About headless
This is a version of the simple example but with the chromedp settings changed to use the docker knqz/chrome-headless image.
Running
# retrieve docker image
docker pull knqz/chrome-headless
# start chrome-headless
docker run -d -p 9222:9222 --rm --name chrome-headless knqz/chrome-headless
# run chromedp headless example
go build && ./headless