Skip to content

Instantly share code, notes, and snippets.

@daliborgogic
Created May 1, 2017 20:24
Show Gist options
  • Save daliborgogic/a97bfb89d17d9faee549192899904d93 to your computer and use it in GitHub Desktop.
Save daliborgogic/a97bfb89d17d9faee549192899904d93 to your computer and use it in GitHub Desktop.
Headless Chrome Taking screenshots
# https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md
# --disable-gpu currently required, see link above
google-chrome --headless --screenshot --disable-gpu --window-size=1440,900 https://daliborgogic.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment