Skip to content

Instantly share code, notes, and snippets.

@jnioche
Created October 6, 2017 15:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnioche/5bd0034ef9bfe7c49f1f063834cab51a to your computer and use it in GitHub Desktop.
Save jnioche/5bd0034ef9bfe7c49f1f063834cab51a to your computer and use it in GitHub Desktop.
#StormCrawler configuration to fetch with ChromeDriver in headless mode via Selenium
selenium.capabilities:
goog:chromeOptions:
args:
- "--headless"
- "--disable-gpu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment