0
votes

I just learned to use selenium with capaybara by setting

Capybara.default_driver = :selenium

But when I changed default_driver to watir-webdriver or watir, I am getting

no driver called :Watir was found

1

1 Answers

0
votes

I believe the available drivers are only :rack_test and :selenium at the moment.