Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save richdownie/13560822fc4eef766730656094e20a30 to your computer and use it in GitHub Desktop.
Save richdownie/13560822fc4eef766730656094e20a30 to your computer and use it in GitHub Desktop.
require 'cucumber'
require 'selenium-webdriver'
require 'cukehub'
caps = Selenium::WebDriver::Remote::Capabilities.chrome(chromeOptions: { args: [ "--headless" ]})
Before do
@browser = Selenium::WebDriver.for :chrome, desired_capabilities: caps
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment