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:
commit
2c69aa1caa
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue