Skip to content

Instantly share code, notes, and snippets.

View gregorw's full-sized avatar

Gregor Wassmann gregorw

View GitHub Profile
@bbonamin
bbonamin / Brewfile
Last active March 19, 2024 14:54
Capybara Selenium Webdriver: Headless Chrome (with file downloads!) & Headless Firefox
tap "caskroom/cask"
cask "google-chrome"
cask "firefox"
brew "chromedriver"
brew "geckodriver"