Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Created April 25, 2017 09:31
Show Gist options
  • Select an option

  • Save nobonobo/d30e9fa5110a50b10ba01eb854ddec17 to your computer and use it in GitHub Desktop.

Select an option

Save nobonobo/d30e9fa5110a50b10ba01eb854ddec17 to your computer and use it in GitHub Desktop.
dockerとヘッドレスchromeとgodetを使ったスクリーンショットの撮影
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
@nobonobo

Copy link
Copy Markdown
Author

screenshot

@nobonobo

Copy link
Copy Markdown
Author

フォントはいれたらなあかんっぽい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment