Skip to content

Instantly share code, notes, and snippets.

@roolo
Created August 30, 2012 11:24
Show Gist options
  • Select an option

  • Save roolo/3526642 to your computer and use it in GitHub Desktop.

Select an option

Save roolo/3526642 to your computer and use it in GitHub Desktop.
Testing
Capybara.register_driver :selenium_chrome do |app|
Capybara::Selenium::Driver.new app, :browser => :chrome
end
Capybara.javascript_driver = :selenium_chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment