Skip to content

Instantly share code, notes, and snippets.

@AmilKey
Created July 22, 2016 08:35
Show Gist options
  • Save AmilKey/85ec016031f981fd50af3cc57945a0da to your computer and use it in GitHub Desktop.
Save AmilKey/85ec016031f981fd50af3cc57945a0da to your computer and use it in GitHub Desktop.
Selenium chrome driver
Capybara.register_driver :chrome do |app|
Capybara::Selenium::Driver.new(app, :browser => :chrome)
end
Capybara.default_driver = :chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment