Created
April 25, 2017 09:31
-
-
Save nobonobo/d30e9fa5110a50b10ba01eb854ddec17 to your computer and use it in GitHub Desktop.
dockerとヘッドレスchromeとgodetを使ったスクリーンショットの撮影
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| go get -u go get -u github.com/raff/godet/cmd/... | |
| docker run -d -p 9222:9222 justinribeiro/chrome-headless | |
| godet -cmd="" -verbose -control -screenshot https://google.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
