Please select random order or first card below to begin studying 🤓
Congratulations! You have finished studying this set of cards
What is the optional argument given to the RSpec it method to switch to the Capybara.javascript_driver (:selenium by default)?
js: true
Does the Capybara DSL vary with the specific browser and headless driver being used?
No
What is the fast, but limited driver that is the default used by Capybara and does not support JavaScript?
:rack_test
What is the line of code to make Capybara use :selenium as the default driver instead of :rack_test?
Capybara.default_driver = :selenium