Skip to content

Commit

Permalink
Update README for selenium version supported
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jul 14, 2018
1 parent 2c69aa1 commit d2326b9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,10 @@ See the section on adding and configuring drivers.

### <a name="selenium"></a>Selenium

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.
Provided Firefox is installed, everything is set up for you, and you should be
able to start using Selenium right away.
Capybara supports [Selenium 3.5+
(Webdriver)](https://www.seleniumhq.org/projects/webdriver/).
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.

**Note**: drivers which run the server in a different thread may not share the
same transaction as your tests, causing data not to be shared between your test
Expand Down

0 comments on commit d2326b9

Please sign in to comment.