everydayrails / everydayrails-rspec-2017

Sample source for the 2017 edition of Everyday Rails Testing with RSpec.
http://rspectutorial.com
312 stars 247 forks source link

Chapter 6 - specification of Chrome for use with selenium #27

Closed twalpole closed 7 years ago

twalpole commented 7 years ago

This can just be done with

Capybara.javascript_driver = :selenium_chrome

or for headless

Capybara.javascript_driver = :selenium_chrome_headless
ruralocity commented 7 years ago

Thanks, the version I was using still required the extra setup to register the drivers. I've updated to support this and will release in the next maintenance release of the book.

ruralocity commented 7 years ago

Fixed in 2017-10-23 maintenance release.