Skip to content

Instantly share code, notes, and snippets.

@richdownie
Created May 17, 2017 13:29
Show Gist options
  • Save richdownie/6e8b501b7534935259603ff0b2ed819c to your computer and use it in GitHub Desktop.
Save richdownie/6e8b501b7534935259603ff0b2ed819c to your computer and use it in GitHub Desktop.
caps = Selenium::WebDriver::Remote::Capabilities.chrome(chromeOptions: { binary: "/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary", args: [ "--headless" ]})
@browser = Selenium::WebDriver.for :chrome, desired_capabilities: caps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment