1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #2069 from searls/patch-1

Remove 'at the moment' w.r.t. Selenium RC from the README
This commit is contained in:
Thomas Walpole 2018-07-14 09:03:15 -07:00 committed by GitHub
commit 2c69aa1caa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -387,7 +387,7 @@ See the section on adding and configuring drivers.
### <a name="selenium"></a>Selenium
At the moment, Capybara supports [Selenium 2.0+
Capybara supports [Selenium 2.0+
(Webdriver)](http://seleniumhq.org/docs/01_introducing_selenium.html#selenium-2-aka-selenium-webdriver),
*not* Selenium RC. 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.