1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
This commit is contained in:
Artur Beljajev 2019-08-15 16:23:31 +03:00 committed by GitHub
parent 60d9f94fcb
commit c5766ca516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,7 +394,7 @@ Capybara supports [Selenium 3.5+
In order to use Selenium, you'll need to install the `selenium-webdriver` gem,
and add it to your Gemfile if you're using bundler.
Capybara pre-registers a number of named drives that use Selenium - they are:
Capybara pre-registers a number of named drivers that use Selenium - they are:
* :selenium => Selenium driving Firefox
* :selenium_headless => Selenium driving Firefox in a headless configuration