chromedp/examples/headless
2017-02-12 12:50:46 +07:00
..
.gitignore Addition of chromedp-proxy, fixing SendKeys, more 2017-02-07 11:34:35 +07:00
main.go Renaming FrameHandler, updating to latest protocol.json, and code fixes 2017-02-12 12:50:46 +07:00
README.md Addition of chromedp-proxy, fixing SendKeys, more 2017-02-07 11:34:35 +07:00

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