Created
May 1, 2017 20:24
-
-
Save daliborgogic/a97bfb89d17d9faee549192899904d93 to your computer and use it in GitHub Desktop.
Headless Chrome Taking screenshots
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
# 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