Skip to content

Instantly share code, notes, and snippets.

View owenrh's full-sized avatar

Owen Rees-Hayward owenrh

View GitHub Profile
@jnioche
jnioche / crawler-conf.yaml
Created October 6, 2017 15:53
#StormCrawler configuration to fetch with ChromeDriver in headless mode via Selenium
selenium.capabilities:
goog:chromeOptions:
args:
- "--headless"
- "--disable-gpu"